diff options
author | rebortg <github@ghlr.de> | 2021-09-13 19:46:32 +0200 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2021-09-13 19:46:32 +0200 |
commit | df1ada3aed08021bb53ef1343dce3820f70dc714 (patch) | |
tree | 5fe2fcb69fd070182f1f9e8a9e65738b0dd4ff2b /docs/configuration/pki | |
parent | e8bd02d5f8018698f656ce7a176157efdaac8c60 (diff) | |
parent | 42d629a15fad93dcde96e30bad1167916f689406 (diff) | |
download | vyos-documentation-df1ada3aed08021bb53ef1343dce3820f70dc714.tar.gz vyos-documentation-df1ada3aed08021bb53ef1343dce3820f70dc714.zip |
Merge branch 'master' of github.com:vyos/vyos-documentation
Diffstat (limited to 'docs/configuration/pki')
-rw-r--r-- | docs/configuration/pki/index.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/configuration/pki/index.rst b/docs/configuration/pki/index.rst index cd47e43f..09794308 100644 --- a/docs/configuration/pki/index.rst +++ b/docs/configuration/pki/index.rst @@ -268,6 +268,10 @@ also to display them. R3 CN=R3,O=Let's Encrypt,C=US CN=ISRG Root X1 2020-09-04 00:00:00 2025-09-15 16:00:00 No DST_Root_CA_X3 vyos_rw CN=VyOS RW CA,O=VyOS,L=Some-City,ST=Some-State,C=GB CN=VyOS RW CA 2021-07-05 13:46:03 2026-07-04 13:46:03 Yes N/A +.. opcmd:: show pki ca <name> + + Show only information for specified Certificate Authority. + .. opcmd:: show pki certificates Show a list of installed certificates @@ -281,6 +285,10 @@ 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> + + Show only information for specified certificate. + .. opcmd:: show pki crl Show a list of installed :abbr:`CRLs (Certificate Revocation List)`. |