diff options
author | rebortg <github@ghlr.de> | 2021-10-25 12:56:32 +0200 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2021-10-25 12:56:32 +0200 |
commit | 7de1cd016e3643431cb85fa3ea2443618ebd69f9 (patch) | |
tree | f70ccb8e32ea4589afc6873bcbeedf3bef33796d /docs/configuration/pki | |
parent | d223b51f3608ddb92e6c83c64838de75da02b4fe (diff) | |
download | vyos-documentation-7de1cd016e3643431cb85fa3ea2443618ebd69f9.tar.gz vyos-documentation-7de1cd016e3643431cb85fa3ea2443618ebd69f9.zip |
PKI: correct signed ca gen command
Diffstat (limited to 'docs/configuration/pki')
-rw-r--r-- | docs/configuration/pki/index.rst | 2 |
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`. |