diff options
author | sarthurdev <965089+sarthurdev@users.noreply.github.com> | 2021-07-03 13:56:42 +0200 |
---|---|---|
committer | sarthurdev <965089+sarthurdev@users.noreply.github.com> | 2021-07-03 17:35:54 +0200 |
commit | 50f71042d7a00692ade8caaa32db1102157ad87a (patch) | |
tree | cd30cd3d3a51e9da00facdd9c30d573f398699a6 /interface-definitions | |
parent | 13924804aafa9a43b4a300fb9afbdf29b69603fb (diff) | |
download | vyos-1x-50f71042d7a00692ade8caaa32db1102157ad87a.tar.gz vyos-1x-50f71042d7a00692ade8caaa32db1102157ad87a.zip |
pki: T3642: Add support for signing and revoking subordinate CAs
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 4b082cbc4..6d137c2ce 100644 --- a/interface-definitions/pki.xml.in +++ b/interface-definitions/pki.xml.in @@ -44,6 +44,12 @@ <multi/> </properties> </leafNode> + <leafNode name="revoke"> + <properties> + <help>If parent CA is present, this CA certificate will be included in generated CRLs</help> + <valueless/> + </properties> + </leafNode> </children> </tagNode> <tagNode name="certificate"> |