This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
# https://caddyserver.com/docs/caddyfile/options#email | |
email [email protected] | |
} | |
(tls_config) { | |
tls { | |
dns digitalocean {env.DIGITAL_OCEAN_DNS_API_TOKEN} | |
# If you are running a DNS server on your network, controlling this domain, Caddy will resolve your DNS server to that internal server, and place the TXT entry there. |
OlderNewer