summaryrefslogtreecommitdiff
path: root/interface-definitions/service_https.xml.in
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-01-05 22:35:59 +0100
committerChristian Breunig <christian@breunig.cc>2024-01-06 08:33:33 +0100
commit9ab6665c80c30bf446d94620fc9d85b052d48072 (patch)
tree06d1a63518755c0de3990529c5871ac1e97d02ce /interface-definitions/service_https.xml.in
parent9d02d32319f9328df618910a038ef580588e13c8 (diff)
downloadvyos-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.in18
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>