summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChristian Poessinger <christian.poessinger@rohde-schwarz.com>2021-09-13 19:34:59 +0200
committerChristian Poessinger <christian.poessinger@rohde-schwarz.com>2021-09-13 19:38:00 +0200
commitff3c7738011aabadeb1f54e82f3b8d8d4338c5e7 (patch)
treea3952b88a48a8d38803dfb2092c6474e94b19400 /docs
parentc2c50708ba9dcc2f86e1baec5931fd0809fd780e (diff)
downloadvyos-documentation-ff3c7738011aabadeb1f54e82f3b8d8d4338c5e7.tar.gz
vyos-documentation-ff3c7738011aabadeb1f54e82f3b8d8d4338c5e7.zip
pki: add missing commands to display individual CA or cert
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration/pki/index.rst8
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)`.