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:
Trinopoty Biswas
2018-07-10 13:51:03 -07:00
committed by Brad Warren
parent 83f7e72fef
commit 3855cfc08d
29 changed files with 784 additions and 3 deletions
+4
View File
@@ -1419,6 +1419,10 @@ def _plugins_parsing(helpful, plugins):
default=flag_default("dns_google"),
help=("Obtain certificates using a DNS TXT record (if you are "
"using Google Cloud DNS)."))
helpful.add(["plugins", "certonly"], "--dns-linode", action="store_true",
default=flag_default("dns_linode"),
help=("Obtain certificates using a DNS TXT record (if you are "
"using Linode for DNS)."))
helpful.add(["plugins", "certonly"], "--dns-luadns", action="store_true",
default=flag_default("dns_luadns"),
help=("Obtain certificates using a DNS TXT record (if you are "