{
    admin 0.0.0.0:2019

    auto_https disable_certs
    email hello@example.com

    on_demand_tls {
        ask http://answer-caddy:8080/ask
    }
}

:443 {
    tls {
        on_demand
    }
}
