issuer acme

This commit is contained in:
Andreas Knuth 2025-02-25 19:38:27 +01:00
parent f326cd6a9c
commit 80c29b40df
1 changed files with 6 additions and 5 deletions

View File

@ -1,11 +1,6 @@
{ {
email andreas.knuth@gmail.com email andreas.knuth@gmail.com
acme_dns cloudflare {env.CLOUDFLARE_API_TOKEN} acme_dns cloudflare {env.CLOUDFLARE_API_TOKEN}
servers {
issuer acme {
dir https://acme-v02.api.letsencrypt.org/directory
}
}
} }
bizmatch.net { bizmatch.net {
@ -14,6 +9,12 @@ www.bizmatch.net {
} }
bayarea-cc.com { bayarea-cc.com {
tls {
dns cloudflare {env.CLOUDFLARE_API_TOKEN}
issuer acme {
dir https://acme-v02.api.letsencrypt.org/directory
}
}
handle /api { handle /api {
reverse_proxy host.docker.internal:3001 reverse_proxy host.docker.internal:3001
} }