diff options
author | John Estabrook <jestabro@sentrium.io> | 2019-12-13 13:33:04 -0600 |
---|---|---|
committer | John Estabrook <jestabro@sentrium.io> | 2020-02-05 09:29:02 -0600 |
commit | e45cc2e9e6d555329160624988fd4ff2146aabcb (patch) | |
tree | 00bf8dea8636a7b30d540f35382257007208f3aa /interface-definitions | |
parent | 3a9cabbc9568d5d059789b349374c8af3cb25e2f (diff) | |
download | vyos-1x-e45cc2e9e6d555329160624988fd4ff2146aabcb.tar.gz vyos-1x-e45cc2e9e6d555329160624988fd4ff2146aabcb.zip |
service https: T1585: add support for letsencrypt certificates
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/https.xml.in | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/interface-definitions/https.xml.in b/interface-definitions/https.xml.in index fd4395ce9..4f940f7f6 100644 --- a/interface-definitions/https.xml.in +++ b/interface-definitions/https.xml.in @@ -124,6 +124,24 @@ </leafNode> </children> </node> + <node name="certbot" owner="${vyos_conf_scripts_dir}/le_cert.py"> + <properties> + <help>Request or apply a letsencrypt certificate for domain-name</help> + </properties> + <children> + <leafNode name="domain-name"> + <properties> + <help>Domain name(s) for which to obtain certificate</help> + <multi/> + </properties> + </leafNode> + <leafNode name="email"> + <properties> + <help>Email address to associate with certificate</help> + </properties> + </leafNode> + </children> + </node> </children> </node> </children> |