summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorrebortg <github@ghlr.de>2021-10-25 12:56:32 +0200
committerrebortg <github@ghlr.de>2021-10-25 12:56:32 +0200
commit7de1cd016e3643431cb85fa3ea2443618ebd69f9 (patch)
treef70ccb8e32ea4589afc6873bcbeedf3bef33796d /docs
parentd223b51f3608ddb92e6c83c64838de75da02b4fe (diff)
downloadvyos-documentation-7de1cd016e3643431cb85fa3ea2443618ebd69f9.tar.gz
vyos-documentation-7de1cd016e3643431cb85fa3ea2443618ebd69f9.zip
PKI: correct signed ca gen command
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration/pki/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/pki/index.rst b/docs/configuration/pki/index.rst
index 09794308..b46f821c 100644
--- a/docs/configuration/pki/index.rst
+++ b/docs/configuration/pki/index.rst
@@ -52,7 +52,7 @@ keypairs from an easy to access operational level command.
Create a new subordinate :abbr:`CA (Certificate Authority)` and sign it using
the private key referenced by `ca-name`.
-.. opcmd:: generate pki ca sign <name> install
+.. opcmd:: generate pki ca sign <ca-name> install <name>
Create a new subordinate :abbr:`CA (Certificate Authority)` and sign it using
the private key referenced by `name`.