mirror of
https://github.com/linuxserver/docker-swag.git
synced 2026-02-09 14:34:14 +09:00
Merge pull request #248 from j-brewer/master
Added acmedns validation plugin for certbot
This commit is contained in:
9
root/defaults/dns-conf/acmedns-registration.json
Normal file
9
root/defaults/dns-conf/acmedns-registration.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"yourdomain.com": {
|
||||
"username":"yourusername",
|
||||
"password":"yourpassword",
|
||||
"fulldomain":"<guid>.acme.yourdomain.com",
|
||||
"subdomain":"<guid>",
|
||||
"allowfrom":[]
|
||||
}
|
||||
}
|
||||
5
root/defaults/dns-conf/acmedns.ini
Normal file
5
root/defaults/dns-conf/acmedns.ini
Normal 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
|
||||
Reference in New Issue
Block a user