diff options
author | Christian Breunig <christian@breunig.cc> | 2024-06-14 22:53:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-14 22:53:12 +0200 |
commit | f3d3b0fc0280ff005183fc888cd77f3cde59f34c (patch) | |
tree | 4c0f8797e777758cf986e01969f61e1d818a1780 /op-mode-definitions | |
parent | cbb22347f7e5a53de221419ad88830b52c9dfc02 (diff) | |
parent | 9456113a202f98a777d44c756f7f51c95b1df027 (diff) | |
download | vyos-1x-f3d3b0fc0280ff005183fc888cd77f3cde59f34c.tar.gz vyos-1x-f3d3b0fc0280ff005183fc888cd77f3cde59f34c.zip |
Merge pull request #3645 from c-po/pki-T6480
op-mode: T6480: must call pki.py helper as root to work with ACME certificates
Diffstat (limited to 'op-mode-definitions')
-rw-r--r-- | op-mode-definitions/pki.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/op-mode-definitions/pki.xml.in b/op-mode-definitions/pki.xml.in index f76b4f4e1..254ef08cc 100644 --- a/op-mode-definitions/pki.xml.in +++ b/op-mode-definitions/pki.xml.in @@ -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> @@ -570,7 +571,6 @@ </children> </tagNode> </children> - <command>${vyos_op_scripts_dir}/pki.py --action show</command> </node> </children> </node> |