Use single acmedns account for caddy

This commit is contained in:
Tobias Reisinger 2023-06-21 02:00:20 +02:00
parent 63d62bd83f
commit 94e04be183
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
3 changed files with 7 additions and 7 deletions
caddy/config

View file

@ -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
}
}