From 3c994aa0560fe91de04b4e47eb2a2913569ea35c Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Mon, 10 Aug 2026 21:09:13 +0200 Subject: op-mode: T9135: add CLI tab-completion for existing CA/certificate names "import pki ca " and "import pki certificate " only ever offered a literal "" hint, never the names of CAs/certificates already present in the running configuration - useful when re-importing an updated certificate under its existing name, not just when adding a brand new one. --- op-mode-definitions/pki.xml.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/op-mode-definitions/pki.xml.in b/op-mode-definitions/pki.xml.in index 9c8186151..b468d06a8 100644 --- a/op-mode-definitions/pki.xml.in +++ b/op-mode-definitions/pki.xml.in @@ -364,6 +364,7 @@ Import CA certificate into PKI <name> + pki ca @@ -386,6 +387,7 @@ Import certificate into PKI <name> + pki certificate -- cgit v1.2.3