diff options
author | John Estabrook <jestabro@sentrium.io> | 2019-12-13 13:08:47 -0600 |
---|---|---|
committer | John Estabrook <jestabro@sentrium.io> | 2020-02-04 14:09:19 -0600 |
commit | 3a9cabbc9568d5d059789b349374c8af3cb25e2f (patch) | |
tree | 3a56523020c2768a5159f36b695b00029569fe63 /interface-definitions | |
parent | eff95db0fbd75bc7fe06272f5816121f1773549f (diff) | |
download | vyos-1x-3a9cabbc9568d5d059789b349374c8af3cb25e2f.tar.gz vyos-1x-3a9cabbc9568d5d059789b349374c8af3cb25e2f.zip |
service https: T1443: reorder elements for clarity
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/https.xml.in | 47 |
1 files changed, 23 insertions, 24 deletions
diff --git a/interface-definitions/https.xml.in b/interface-definitions/https.xml.in index 4c91bbd94..fd4395ce9 100644 --- a/interface-definitions/https.xml.in +++ b/interface-definitions/https.xml.in @@ -51,30 +51,6 @@ </leafNode> </children> </tagNode> - <node name="certificates"> - <properties> - <help>TLS certificates</help> - </properties> - <children> - <node name="system-generated-certificate" owner="${vyos_conf_scripts_dir}/vyos_cert.py"> - <properties> - <help>Use an automatically generated self-signed certificate</help> - <valueless/> - </properties> - <children> - <leafNode name="lifetime"> - <properties> - <help>Lifetime in days; default is 365</help> - <valueHelp> - <format>1-65535</format> - <description>Number of days</description> - </valueHelp> - </properties> - </leafNode> - </children> - </node> - </children> - </node> <node name="api" owner="${vyos_conf_scripts_dir}/http-api.py"> <properties> <help>VyOS HTTP API configuration</help> @@ -127,6 +103,29 @@ </leafNode> </children> </node> + <node name="certificates"> + <properties> + <help>TLS certificates</help> + </properties> + <children> + <node name="system-generated-certificate" owner="${vyos_conf_scripts_dir}/vyos_cert.py"> + <properties> + <help>Use an automatically generated self-signed certificate</help> + </properties> + <children> + <leafNode name="lifetime"> + <properties> + <help>Lifetime in days; default is 365</help> + <valueHelp> + <format>1-65535</format> + <description>Number of days</description> + </valueHelp> + </properties> + </leafNode> + </children> + </node> + </children> + </node> </children> </node> </children> |