diff options
author | Christian Breunig <christian@breunig.cc> | 2024-01-03 17:20:13 +0100 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-01-03 17:22:59 +0100 |
commit | 82b4b2db8fda51df172210f470e5825b91e81de4 (patch) | |
tree | c990896cebda663490052035d2fe379e6f02fb29 /interface-definitions/pki.xml.in | |
parent | c08fea7a5d98e1626788280ac51f7131f3f29308 (diff) | |
download | vyos-1x-82b4b2db8fda51df172210f470e5825b91e81de4.tar.gz vyos-1x-82b4b2db8fda51df172210f470e5825b91e81de4.zip |
xml: T5738: add constraint building block with alphanumeric, hypen, underscore and dot
Diffstat (limited to 'interface-definitions/pki.xml.in')
-rw-r--r-- | interface-definitions/pki.xml.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/interface-definitions/pki.xml.in b/interface-definitions/pki.xml.in index 3449819be..097c541ac 100644 --- a/interface-definitions/pki.xml.in +++ b/interface-definitions/pki.xml.in @@ -9,6 +9,9 @@ <tagNode name="ca"> <properties> <help>Certificate Authority</help> + <constraint> + #include <include/constraint/alpha-numeric-hyphen-underscore-dot.xml.i> + </constraint> </properties> <children> <leafNode name="certificate"> @@ -64,6 +67,9 @@ <tagNode name="certificate"> <properties> <help>Certificate</help> + <constraint> + #include <include/constraint/alpha-numeric-hyphen-underscore-dot.xml.i> + </constraint> </properties> <children> <leafNode name="certificate"> @@ -109,6 +115,9 @@ <tagNode name="dh"> <properties> <help>Diffie-Hellman parameters</help> + <constraint> + #include <include/constraint/alpha-numeric-hyphen-underscore-dot.xml.i> + </constraint> </properties> <children> <leafNode name="parameters"> |