]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
we lied in our description of secure-zone: we no longer add all those keys
authorbert hubert <bert.hubert@netherlabs.nl>
Sat, 12 Mar 2016 13:00:35 +0000 (14:00 +0100)
committerbert hubert <bert.hubert@netherlabs.nl>
Sat, 12 Mar 2016 13:00:55 +0000 (14:00 +0100)
pdns/pdnsutil.cc

index cee9411a43631a4acce179794991f58445edd910..a2e4e4d2bc90ed714c4cc675b109d17e1c59f7ad 100644 (file)
@@ -1874,8 +1874,8 @@ try
     cerr<<"remove-zone-key ZONE KEY-ID        Remove key with KEY-ID from ZONE"<<endl;
     cerr<<"replace-rrset ZONE NAME TYPE [ttl] Replace named RRSET from zone"<<endl;
     cerr<<"       content [content..]"<<endl;
-    cerr<<"secure-all-zones [increase-serial] Secure all zones without keys."<<endl;
-    cerr<<"secure-zone ZONE [ZONE ..]         Add KSK and two ZSKs for ZONE"<<endl;
+    cerr<<"secure-all-zones [increase-serial] Secure all zones without keys"<<endl;
+    cerr<<"secure-zone ZONE [ZONE ..]         Add DNSSEC to zone ZONE"<<endl;
     cerr<<"set-kind ZONE KIND                 Change the kind of ZONE to KIND (master, slave native)"<<endl;
     cerr<<"set-nsec3 ZONE ['PARAMS' [narrow]] Enable NSEC3 with PARAMS. Optionally narrow"<<endl;
     cerr<<"set-presigned ZONE                 Use presigned RRSIGs from storage"<<endl;