self-hosted
self-hosted copied to clipboard
feature request: Caddy/Lets Encrypt cert validation via Cloudflare DNS
What do you want to see?
Would it be possible to get Caddy to generate the LE cert using Cloudflare DNS for validation Or Be able to provide our own certificate
Thought behind this is hosting Revolt behind a Cloudflare Tunnel so you do not have to NAT through in case you just dont want to or do not have the appropriate ports available.
Sounds like more of a question towards Caddy itself.
In my Caddyfile I've specified a tls cert like so
{$HOSTNAME} {
tls /data/certs/fullchain.cer /data/certs/domain.com.key
route /api* {
data/caddy-data is mounted as /data in the Caddy container