diff options
author | Christian Breunig <christian@breunig.cc> | 2024-06-24 09:54:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-24 09:54:55 +0200 |
commit | 1ab97c5714d0e70fd8b23bac576ce459926e25b3 (patch) | |
tree | e1147bee2572658eede2e4bc27bfd1a7a6b47793 | |
parent | 150b79439e55c19db019ed07b8af7371c9639983 (diff) | |
parent | 833b33403f172f95b2384d92d60307049c1750ae (diff) | |
download | vyos-1x-1ab97c5714d0e70fd8b23bac576ce459926e25b3.tar.gz vyos-1x-1ab97c5714d0e70fd8b23bac576ce459926e25b3.zip |
Merge pull request #3651 from vyos/mergify/bp/sagitta/pr-3645
op-mode: T6480: must call pki.py helper as root to work with ACME certificates (backport #3645)
-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> |