coreos-home-server/config/service/letsencrypt/letsencrypt.env.template
Alex Palaistras d9f675817e First public release for CoreOS Home Server
This contains the culmination of work done privately for a few months,
and is intended to be a solid basis for other peoples' experimentations
with setting up single-node, home-server setups using Fedora CoreOS.
2021-03-20 16:32:42 +00:00

8 lines
243 B
Plaintext

# Configuration for ACME endpoints.
ACME_SERVER=${LETSENCRYPT_SERVER}
ACME_EMAIL=${LETSENCRYPT_EMAIL}
ACME_DNS_PROVIDER=${LETSENCRYPT_DNS_PROVIDER}
# Configuration for DNS providers.
CLOUDFLARE_DNS_API_TOKEN=${LETSENCRYPT_DNS_PROVIDER_TOKEN}