summaryrefslogtreecommitdiff
path: root/op-mode-definitions
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2023-08-09 17:54:31 +0100
committerDaniil Baturin <daniil@baturin.org>2023-08-09 17:54:31 +0100
commit9427d7b001bd9cb769fb2940cfa263a448d62b80 (patch)
treedae070a1f3ad40b6fb9bc503a7f4e6d1750f6468 /op-mode-definitions
parente4b932ed0a140c9ced9a4eb501d520560b125406 (diff)
downloadvyos-1x-9427d7b001bd9cb769fb2940cfa263a448d62b80.tar.gz
vyos-1x-9427d7b001bd9cb769fb2940cfa263a448d62b80.zip
pki: T5273: add a certificate fingerprint command
Diffstat (limited to 'op-mode-definitions')
-rw-r--r--op-mode-definitions/pki.xml.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/op-mode-definitions/pki.xml.in b/op-mode-definitions/pki.xml.in
index c5abf86cd..ca0eb3687 100644
--- a/op-mode-definitions/pki.xml.in
+++ b/op-mode-definitions/pki.xml.in
@@ -535,6 +535,15 @@
</properties>
<command>sudo ${vyos_op_scripts_dir}/pki.py --action show --certificate "$4" --pem</command>
</leafNode>
+ <tagNode name="fingerprint">
+ <properties>
+ <help>Show x509 certificate fingerprint</help>
+ <completionHelp>
+ <list>sha256 sha384 sha512</list>
+ </completionHelp>
+ </properties>
+ <command>sudo ${vyos_op_scripts_dir}/pki.py --action show --certificate "$4" --fingerprint "$6"</command>
+ </tagNode>
</children>
</tagNode>
<leafNode name="crl">