Merge pull request #248 from j-brewer/master

Added acmedns validation plugin for certbot
This commit is contained in:
aptalca
2022-09-22 16:24:35 -04:00
committed by GitHub
7 changed files with 20 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
{
"yourdomain.com": {
"username":"yourusername",
"password":"yourpassword",
"fulldomain":"<guid>.acme.yourdomain.com",
"subdomain":"<guid>",
"allowfrom":[]
}
}

View File

@@ -0,0 +1,5 @@
# See https://pypi.org/project/certbot-dns-acmedns/
# https://github.com/joohoi/acme-dns
#
dns_acmedns_api_url = http://your-acme-dns-server.example.com/
dns_acmedns_registration_file = /config/dns-conf/acmedns-registration.json