Add godaddy and porkbun dns plugins

Also add missing python packages for dns plugins that are already supported
This commit is contained in:
Eric Nemchik
2022-10-04 17:51:32 -05:00
parent 9a05528398
commit 0de67cc224
7 changed files with 24 additions and 3 deletions

View File

@@ -0,0 +1,4 @@
# Instructions: https://github.com/miigotu/certbot-dns-godaddy
# Replace with your values
dns_godaddy_secret = 0123456789abcdef0123456789abcdef01234567
dns_godaddy_key = abcdef0123456789abcdef01234567abcdef0123

View File

@@ -0,0 +1,4 @@
# Instructions: https://github.com/infinityofspace/certbot_dns_porkbun
# Replace with your values
dns_porkbun_key=<your-porkbun-api-key>
dns_porkbun_secret=<your-porkbun-api-secret>