Files
bsd-apps/caddy/includes/Caddyfile-dns

19 lines
242 B
Caddyfile
Raw Normal View History

2024-09-15 15:25:09 -06:00
{
acme_ca https://acme-staging-v02.api.letsencrypt.org/directory
email youremailhere
}
yourhostnamehere {
respond "Hello, world!"
tls {
dns dns_plugin api_token
}
log {
output file /var/log/yourhostnamehere.log
}
}