caddy force letsencrypt

This commit is contained in:
Lucy Hochkamp 2025-07-23 18:08:14 +02:00
parent 152afb4b93
commit c66b9071d9
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View file

@ -212,6 +212,7 @@ in
} }
''; '';
globalConfig = '' globalConfig = ''
acme_ca https://acme-v02.api.letsencrypt.org/directory # hard coded so zerossl doesn't get used
acme_dns desec { acme_dns desec {
token "{$TOKEN}" token "{$TOKEN}"
} }

View file

@ -99,6 +99,7 @@
enable = true; enable = true;
globalConfig = '' globalConfig = ''
email ssl@xyno.systems email ssl@xyno.systems
acme_ca https://acme-v02.api.letsencrypt.org/directory # hard coded so zerossl doesn't get used
acme_dns desec { acme_dns desec {
token "{$TOKEN}" token "{$TOKEN}"
} }