diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/keymgr.8in | 4 | ||||
-rw-r--r-- | doc/man_keymgr.rst | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/man/keymgr.8in b/doc/man/keymgr.8in index fbdea046c..aad0f2e6b 100644 --- a/doc/man/keymgr.8in +++ b/doc/man/keymgr.8in @@ -86,6 +86,10 @@ from corresponding policy (if \fI\-c\fP or \fI\-C\fP options used) or from Knot Imports a BIND\-style key into KASP database (converting it to PEM format). Takes one argument: path to BIND key file (private or public, but both MUST exist). .TP +\fBimport\-pub\fP \fIBIND_pubkey_file\fP +Imports a public key into KASP database. This key won\(aqt be rollovered nor used for signing. +Takes one argument: path to BIND public key file. +.TP \fBimport\-pem\fP \fIPEM_file\fP [\fIarguments\fP\&...] Imports a DNSSEC key from PEM file. The key parameters (same as for the generate action) need to be specified (mainly algorithm, timers...) because they are not contained in the PEM format. diff --git a/doc/man_keymgr.rst b/doc/man_keymgr.rst index 3a7008c3a..eaec55dd6 100644 --- a/doc/man_keymgr.rst +++ b/doc/man_keymgr.rst @@ -63,6 +63,10 @@ Commands Imports a BIND-style key into KASP database (converting it to PEM format). Takes one argument: path to BIND key file (private or public, but both MUST exist). +**import-pub** *BIND_pubkey_file* + Imports a public key into KASP database. This key won't be rollovered nor used for signing. + Takes one argument: path to BIND public key file. + **import-pem** *PEM_file* [*arguments*...] Imports a DNSSEC key from PEM file. The key parameters (same as for the generate action) need to be specified (mainly algorithm, timers...) because they are not contained in the PEM format. |