diff options
| author | Robert Göhler <github@ghlr.de> | 2022-08-07 20:27:18 +0200 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-07 20:27:18 +0200 | 
| commit | 764b8a58257ee6855973c8bacd2ae09dff656fb5 (patch) | |
| tree | c7963e7c0238c88c266f3241a0ff7334234e19c5 | |
| parent | 51f9f401bf33283c664aff78e3745176d614c8b1 (diff) | |
| parent | fe50c706d378d43790a2b5487d9a2be60b80f04a (diff) | |
| download | vyos-documentation-764b8a58257ee6855973c8bacd2ae09dff656fb5.tar.gz vyos-documentation-764b8a58257ee6855973c8bacd2ae09dff656fb5.zip | |
Merge pull request #827 from FileGo/pki-certificates-typo
Fix typo in command: "certificate" instead of "certificates"
| -rw-r--r-- | docs/configuration/pki/index.rst | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/docs/configuration/pki/index.rst b/docs/configuration/pki/index.rst index b46f821c..e83272f5 100644 --- a/docs/configuration/pki/index.rst +++ b/docs/configuration/pki/index.rst @@ -272,7 +272,7 @@ also to display them.    Show only information for specified Certificate Authority. -.. opcmd:: show pki certificates +.. opcmd:: show pki certificate    Show a list of installed certificates @@ -285,7 +285,7 @@ also to display them.      ac2        Server  CN=ac2.vyos.net        CN=R3          2021-07-05 07:29:59  2021-10-03 07:29:58  No         Yes            Yes (R3)      rw_server  Server  CN=VyOS RW             CN=VyOS RW CA  2021-07-05 13:48:02  2022-07-05 13:48:02  No         Yes            Yes (vyos_rw) -.. opcmd:: show pki certificates <name> +.. opcmd:: show pki certificate <name>    Show only information for specified certificate. | 
