From 6a1b24ffef3a8e4b6672e80707dbf01ad22dc55c Mon Sep 17 00:00:00 2001 From: ju5t Date: Fri, 18 Nov 2016 14:01:28 +0100 Subject: [PATCH] Add rectify- and secure-all-zones documentation --- docs/manpages/pdnsutil.1.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/manpages/pdnsutil.1.md b/docs/manpages/pdnsutil.1.md index 535d1fb17..ee1fd14fa 100644 --- a/docs/manpages/pdnsutil.1.md +++ b/docs/manpages/pdnsutil.1.md @@ -191,10 +191,20 @@ rectify-zone *ZONE* they comply with DNSSEC settings. Can be used to fix up migrated data. Can always safely be run, it does no harm. +rectify-all-zones +: Calculates the 'ordername' and 'auth' fields for all zones so they comply + with DNSSEC settings. Can be used to fix up migrated data. Can always safely + be run, it does no harm. + secure-zone *ZONE* : Configures a zone called *ZONE* with reasonable DNSSEC settings. You should manually run 'pdnsutil rectify-zone' afterwards. +secure-all-zones [**increase-serial**] +: Configures all zones that are not currently signed with reasonable DNSSEC + settings. Setting **increase-serial** will increase the serial of those + zones too. You should manually run 'pdnsutil rectify-all-zones' afterwards. + set-meta *ZONE* *ATTRIBUTE* [*VALUE*] : Set domainmetadata *ATTRIBUTE* for *ZONE* to *VALUE*. An empty value clears it. -- 2.40.0