Skip to content

Commit

Permalink
Merge pull request #3676 from vyos/mergify/bp/sagitta-stream/pr-3645
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 (backport #3645)
  • Loading branch information
c-po authored Jun 17, 2024
2 parents 985af71 + 8d3f5d1 commit 9ec0d19
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 9ec0d19

Please sign in to comment.