issuer acme
This commit is contained in:
parent
f326cd6a9c
commit
80c29b40df
|
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue