Skip to content

Commit

Permalink
Merge pull request #3645 from c-po/pki-T6480
Browse files Browse the repository at this point in the history
op-mode: T6480: must call pki.py helper as root to work with ACME certificates
  • Loading branch information
c-po committed Jun 14, 2024
2 parents cbb2234 + 9456113 commit f3d3b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion op-mode-definitions/pki.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,7 @@
<properties>
<help>Show PKI x509 certificates</help>
</properties>
<command>sudo ${vyos_op_scripts_dir}/pki.py --action show</command>
<children>
<leafNode name="ca">
<properties>
Expand Down Expand Up @@ -570,7 +571,6 @@
</children>
</tagNode>
</children>
<command>${vyos_op_scripts_dir}/pki.py --action show</command>
</node>
</children>
</node>
Expand Down

0 comments on commit f3d3b0f

Please sign in to comment.