mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 03:32:13 +02:00
Linode DNS Authenticator (#5302)
* Added DNS based authenticator plugin for Linode * Added linode plugin to docs * Added Dockerfile * Added .gitignore and readthedocs.org.requirements.txt * Updated default_propagation_seconds * Updated according to changes requested * Bump version to 0.26.0 * Advertise our packages work on Python 3.7.
This commit is contained in:
committed by
Brad Warren
parent
83f7e72fef
commit
3855cfc08d
+1
-1
@@ -46,7 +46,7 @@ PORT=${PORT:-1234}
|
||||
|
||||
# subpackages to be released (the way developers think about them)
|
||||
SUBPKGS_IN_AUTO_NO_CERTBOT="acme certbot-apache certbot-nginx"
|
||||
SUBPKGS_NOT_IN_AUTO="certbot-dns-cloudflare certbot-dns-cloudxns certbot-dns-digitalocean certbot-dns-dnsimple certbot-dns-dnsmadeeasy certbot-dns-google certbot-dns-luadns certbot-dns-nsone certbot-dns-rfc2136 certbot-dns-route53"
|
||||
SUBPKGS_NOT_IN_AUTO="certbot-dns-cloudflare certbot-dns-cloudxns certbot-dns-digitalocean certbot-dns-dnsimple certbot-dns-dnsmadeeasy certbot-dns-google certbot-dns-linode certbot-dns-luadns certbot-dns-nsone certbot-dns-rfc2136 certbot-dns-route53"
|
||||
|
||||
# subpackages to be released (the way the script thinks about them)
|
||||
SUBPKGS_IN_AUTO="certbot $SUBPKGS_IN_AUTO_NO_CERTBOT"
|
||||
|
||||
@@ -20,6 +20,7 @@ fi
|
||||
-e certbot-dns-dnsimple \
|
||||
-e certbot-dns-dnsmadeeasy \
|
||||
-e certbot-dns-google \
|
||||
-e certbot-dns-linode \
|
||||
-e certbot-dns-luadns \
|
||||
-e certbot-dns-nsone \
|
||||
-e certbot-dns-rfc2136 \
|
||||
|
||||
@@ -19,6 +19,7 @@ fi
|
||||
-e certbot-dns-dnsimple \
|
||||
-e certbot-dns-dnsmadeeasy \
|
||||
-e certbot-dns-google \
|
||||
-e certbot-dns-linode \
|
||||
-e certbot-dns-luadns \
|
||||
-e certbot-dns-nsone \
|
||||
-e certbot-dns-route53 \
|
||||
|
||||
Reference in New Issue
Block a user