Unsupported DNS provider 'digitalocean'

I downloaded the caddy executable with the digitalocean box checked. Is there something else I need to do here?

tls {
    dns digitalocean
}

Are you ~sure~ you checked the box? Works for me… :confused:

Tried it twice… maybe it’s some sort of cache thing…

I just tried again by downloading a binary from the site, with this Caddyfile:

example.com
tls {
    dns digitalocean
}

And it works because it shows “DigitalOcean credentials missing” (meaning it at least recognized the provider named “digitalocean”).

Make sure you’re running the Caddy binary you think you are… it does work.