diff options
author | Simon <965089+sarthurdev@users.noreply.github.com> | 2024-11-29 15:47:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-29 15:47:53 +0100 |
commit | 645d627254c5dcccdc72ee3502d7717a1df35bfc (patch) | |
tree | 53a3bf57c3b2fe1ee790912caf8419c4da032740 /interface-definitions | |
parent | 56fb46f392187434a7ccf7504d2e1d1bf46c8377 (diff) | |
parent | 0358f6c660e6130b94ca8c53ec7b34d796605dd8 (diff) | |
download | vyos-1x-645d627254c5dcccdc72ee3502d7717a1df35bfc.tar.gz vyos-1x-645d627254c5dcccdc72ee3502d7717a1df35bfc.zip |
Merge pull request #4204 from sarthurdev/T6809
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/pki.xml.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/interface-definitions/pki.xml.in b/interface-definitions/pki.xml.in index b922771c1..c69886a4b 100644 --- a/interface-definitions/pki.xml.in +++ b/interface-definitions/pki.xml.in @@ -35,6 +35,12 @@ <multi/> </properties> </leafNode> + <leafNode name="system-install"> + <properties> + <help>Install into CA certificate store on router</help> + <valueless/> + </properties> + </leafNode> #include <include/pki/cli-revoke.xml.i> </children> </tagNode> |