diff options
author | sarthurdev <965089+sarthurdev@users.noreply.github.com> | 2024-11-21 22:05:49 +0100 |
---|---|---|
committer | sarthurdev <965089+sarthurdev@users.noreply.github.com> | 2024-11-22 01:11:03 +0100 |
commit | 0358f6c660e6130b94ca8c53ec7b34d796605dd8 (patch) | |
tree | c1d660215c5830372e812899c707b8f478fb46b7 /interface-definitions/pki.xml.in | |
parent | 961eab48de35d1574e5efbbc43b3b57bfa09c93e (diff) | |
download | vyos-1x-0358f6c660e6130b94ca8c53ec7b34d796605dd8.tar.gz vyos-1x-0358f6c660e6130b94ca8c53ec7b34d796605dd8.zip |
pki: T6809: Support system install of CA certificates
Diffstat (limited to 'interface-definitions/pki.xml.in')
-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> |