mirror of
https://github.com/tschettervictor/bsd-apps.git
synced 2025-12-11 17:39:55 +01:00
19 lines
242 B
Caddyfile
19 lines
242 B
Caddyfile
|
|
{
|
||
|
|
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
|
||
|
|
}
|
||
|
|
|
||
|
|
}
|