]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
User documentation of import-zone-key-pem and export-zone-key-pem
authorFred Morcos <fred.morcos@open-xchange.com>
Tue, 15 Mar 2022 09:27:27 +0000 (10:27 +0100)
committerFred Morcos <fred.morcos@open-xchange.com>
Thu, 17 Mar 2022 10:33:40 +0000 (11:33 +0100)
docs/manpages/pdnsutil.1.rst

index 067f70dfab969d4d709c36c44eb3d48baea537ce..d92511350d5d42386690e90b3a68a52f8dd7d3ae 100644 (file)
@@ -71,6 +71,10 @@ export-zone-key *ZONE* *KEY-ID*
     Export to standard output full (private) key with key id *KEY-ID*
     within zone called *ZONE*. The format used is compatible with BIND
     and NSD/LDNS.
+export-zone-key-pem *ZONE* *KEY-ID*
+    Export to standard output full (private) key with key id *KEY-ID*
+    within zone called *ZONE* in the PEM file format. The format is
+    compatible with many non-DNS software products.
 generate-zone-key {**KSK**,\ **ZSK**} [*ALGORITHM*] [*KEYBITS*]
     Generate a ZSK or KSK to stdout with specified algorithm and bits
     and print it on STDOUT. If *ALGORITHM* is not set, ECDSA256 is
@@ -83,6 +87,12 @@ import-zone-key *ZONE* *FILE* {**KSK**,\ **ZSK**}
     format used is compatible with BIND and NSD/LDNS. **KSK** or **ZSK**
     specifies the flags this key should have on import. Prints the id of
     the added key.
+import-zone-key-pem *ZONE* *FILE* *ALGORITHM* {**KSK**,\**ZSK**}
+    Import from PEM *FILE* a full (private) key for the zone called
+    *ZONE* with a specified *ALGORITHM*. The format used is compatible
+    with many non-DNS software products. **KSK** or **ZSK** specifies
+    the flags this key should have on import. Prints the id of the added
+    key.
 publish-zone-key *ZONE* *KEY-ID*
     Publish the key with id *KEY-ID* within a zone called *ZONE*.
 remove-zone-key *ZONE* *KEY-ID*