From: Benjamin Zengin Date: Tue, 5 Jul 2016 09:39:46 +0000 (+0200) Subject: Updates documentation for addDomainKey, pdnsutil X-Git-Tag: dnsdist-1.1.0-beta2~136^2~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=07ef2001277490a76f057a3490797a75b964c85e;p=pdns Updates documentation for addDomainKey, pdnsutil --- diff --git a/docs/manpages/pdnsutil.1.md b/docs/manpages/pdnsutil.1.md index 3e2f5d231..535d1fb17 100644 --- a/docs/manpages/pdnsutil.1.md +++ b/docs/manpages/pdnsutil.1.md @@ -52,7 +52,7 @@ activate-zone-key *ZONE* *KEY-ID* add-zone-key *ZONE* {**KSK**,**ZSK**} [**active**,**inactive**] *KEYBITS* *ALGORITHM* : Create a new key for zone *ZONE*, and make it a KSK or a ZSK, with the specified algorithm. The key is inactive by default, set it to **active** to - immediately use it to sign *ZONE*. + immediately use it to sign *ZONE*. Prints the id of the added key. create-bind-db *FILE* : Create DNSSEC database (sqlite3) at *FILE* for the BIND backend. @@ -80,7 +80,7 @@ generate-zone-key {**KSK**,**ZSK**} [*ALGORITHM*] [*KEYBITS*] import-zone-key *ZONE* *FILE* {**KSK**,**ZSK**} : Import from *FILE* a full (private) key for zone called *ZONE*. The format used is compatible with BIND and NSD/LDNS. **KSK** or **ZSK** specifies the - flags this key should have on import. + flags this key should have on import. Prints the id of the added key. remove-zone-key *ZONE* *KEY-ID* : Remove a key with id *KEY-ID* from a zone called *ZONE*. diff --git a/docs/markdown/authoritative/backend-remote.md b/docs/markdown/authoritative/backend-remote.md index bedaaf72e..f92314ff3 100644 --- a/docs/markdown/authoritative/backend-remote.md +++ b/docs/markdown/authoritative/backend-remote.md @@ -370,7 +370,7 @@ Adds key into local storage. See [`getDomainKeys`](#getdomainkeys) for more info * Mandatory: No * Parameters: name, key=`` -* Reply: true for success, false for failure +* Reply: id (>= 0) for success, -1 for failure #### Example JSON/RPC Query: