diff options
author | Christian Breunig <christian@breunig.cc> | 2024-01-05 22:35:59 +0100 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-01-06 08:33:33 +0100 |
commit | 9ab6665c80c30bf446d94620fc9d85b052d48072 (patch) | |
tree | 06d1a63518755c0de3990529c5871ac1e97d02ce /interface-definitions/service_https.xml.in | |
parent | 9d02d32319f9328df618910a038ef580588e13c8 (diff) | |
download | vyos-1x-9ab6665c80c30bf446d94620fc9d85b052d48072.tar.gz vyos-1x-9ab6665c80c30bf446d94620fc9d85b052d48072.zip |
https: T5886: migrate https certbot to new "pki certificate" CLI tree
Diffstat (limited to 'interface-definitions/service_https.xml.in')
-rw-r--r-- | interface-definitions/service_https.xml.in | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/interface-definitions/service_https.xml.in b/interface-definitions/service_https.xml.in index 223f10962..57f36a982 100644 --- a/interface-definitions/service_https.xml.in +++ b/interface-definitions/service_https.xml.in @@ -192,24 +192,6 @@ <children> #include <include/pki/ca-certificate.xml.i> #include <include/pki/certificate.xml.i> - <node name="certbot" owner="${vyos_conf_scripts_dir}/service_https_certificates_certbot.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> #include <include/interface/vrf.xml.i> |