diff options
| author | FileGo <emilnovak@gmail.com> | 2022-08-02 13:01:45 +0100 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-02 13:01:45 +0100 | 
| commit | fe50c706d378d43790a2b5487d9a2be60b80f04a (patch) | |
| tree | daffd6c8d13231dd396bf221aaa51324d425de05 | |
| parent | 30ea3e8f98970ce8165d6dcdfd26bb2ccaa0ef0e (diff) | |
| download | vyos-documentation-fe50c706d378d43790a2b5487d9a2be60b80f04a.tar.gz vyos-documentation-fe50c706d378d43790a2b5487d9a2be60b80f04a.zip | |
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. | 
