From f8a25bbe6a10fad2d3fb5cf4bcff95e73955ae71 Mon Sep 17 00:00:00 2001 From: Fred Morcos Date: Tue, 15 Mar 2022 10:27:27 +0100 Subject: [PATCH] User documentation of import-zone-key-pem and export-zone-key-pem --- docs/manpages/pdnsutil.1.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/manpages/pdnsutil.1.rst b/docs/manpages/pdnsutil.1.rst index 067f70dfab..d92511350d 100644 --- a/docs/manpages/pdnsutil.1.rst +++ b/docs/manpages/pdnsutil.1.rst @@ -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* -- 2.47.2