Use single acmedns account for caddy
This commit is contained in:
parent
63d62bd83f
commit
94e04be183
3 changed files with 7 additions and 7 deletions
caddy/config
|
@ -21,9 +21,9 @@
|
|||
(acmedns) {
|
||||
tls {
|
||||
dns acmedns {
|
||||
username "{args.0}"
|
||||
password "{args.1}"
|
||||
subdomain "{args.2}"
|
||||
username "{$ACMEDNS_USER}"
|
||||
password "{$ACMEDNS_PASS}"
|
||||
subdomain "{$ACMEDNS_SUBD}"
|
||||
server_url https://acme.serguzim.me
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue