From 8d3f5d1c69c9bd62ce1a20dff3d4e7f2597879b5 Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Fri, 14 Jun 2024 12:36:43 +0200 Subject: [PATCH] op-mode: T6480: must call pki.py helper as root to work with ACME certificates This is an addition to commit 65fba1cd2 ("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 XML node was deep down in the view. (cherry picked from commit 9456113a202f98a777d44c756f7f51c95b1df027) --- op-mode-definitions/pki.xml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/op-mode-definitions/pki.xml.in b/op-mode-definitions/pki.xml.in index f76b4f4e14..254ef08cc1 100644 --- a/op-mode-definitions/pki.xml.in +++ b/op-mode-definitions/pki.xml.in @@ -490,6 +490,7 @@ Show PKI x509 certificates + sudo ${vyos_op_scripts_dir}/pki.py --action show @@ -570,7 +571,6 @@ - ${vyos_op_scripts_dir}/pki.py --action show