Skip to content

Commit 9456113

Browse files
committed
op-mode: T6480: must call pki.py helper as root to work with ACME certificates
This is an addition to commit 65fba1c ("op-mode: T6377: must call pki.py helper as root to work with ACME certificates") which missed out the basic "show pki" command, as the <command> XML node was deep down in the view.
1 parent dd813e5 commit 9456113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

op-mode-definitions/pki.xml.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -490,6 +490,7 @@
490490
<properties>
491491
<help>Show PKI x509 certificates</help>
492492
</properties>
493+
<command>sudo ${vyos_op_scripts_dir}/pki.py --action show</command>
493494
<children>
494495
<leafNode name="ca">
495496
<properties>
@@ -570,7 +571,6 @@
570571
</children>
571572
</tagNode>
572573
</children>
573-
<command>${vyos_op_scripts_dir}/pki.py --action show</command>
574574
</node>
575575
</children>
576576
</node>

0 commit comments

Comments
 (0)