I’ve been trying to get a wildcard certificate for my domain for use in Caddy…
i’ve got caddy installed and working fine but it seems i need to build caddy manually to include the cloudflaredns module?
My issue is that i installed caddy using apt… so i’m not really sure what i’m meant to do now…
Does anyone have any suggestions?
Wildcard SSL certs are usually generated via a DNS-01 challenge, which are unrelated to the web-server you are using. Maybe Caddy has a special function for it, but normally it wouldn’t be involved at all.
Caddy does have special support for DNS-01, but only if you compile in a module for your DNS provider.