summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-03-14 21:14:52 +0100
committerChristian Breunig <christian@breunig.cc>2024-03-14 21:17:05 +0100
commitd6226d60dce4a46c9fa63adbf85f2df86c7bd1b1 (patch)
treee379684b02aea4a92b90f77a2089af9877fe0809
parent7fb112d409af83185ea9635aa6c775b02bc28c43 (diff)
downloadvyos-1x-d6226d60dce4a46c9fa63adbf85f2df86c7bd1b1.tar.gz
vyos-1x-d6226d60dce4a46c9fa63adbf85f2df86c7bd1b1.zip
xml: T3642: improve PKI CLI help string
-rw-r--r--interface-definitions/pki.xml.in2
-rw-r--r--op-mode-definitions/pki.xml.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/interface-definitions/pki.xml.in b/interface-definitions/pki.xml.in
index 7a0b073b4..b922771c1 100644
--- a/interface-definitions/pki.xml.in
+++ b/interface-definitions/pki.xml.in
@@ -2,7 +2,7 @@
<interfaceDefinition>
<node name="pki" owner="${vyos_conf_scripts_dir}/pki.py">
<properties>
- <help>VyOS PKI configuration</help>
+ <help>Public key infrastructure (PKI)</help>
<priority>300</priority>
</properties>
<children>
diff --git a/op-mode-definitions/pki.xml.in b/op-mode-definitions/pki.xml.in
index a81c8d4f7..a5e01bade 100644
--- a/op-mode-definitions/pki.xml.in
+++ b/op-mode-definitions/pki.xml.in
@@ -4,7 +4,7 @@
<children>
<node name="pki">
<properties>
- <help>Generate PKI certificates and keys</help>
+ <help>Generate public key infrastructure (PKI) certificates and keys</help>
</properties>
<children>
<node name="ca">