Comment on Issues with https certs locally

<- View Parent
DarkSirrush@piefed.ca ⁨2⁩ ⁨weeks⁩ ago

Yeah it will, if you have even a single reference to a wildcard, preferably as one of your first entries in your caddyfile.

https://caddyserver.com/docs/automatic-https

You can literally get a wildcard by putting in the following entry, before any other routing logic:

*.domain.tld {
  respond "Wildcard Bitch!"
}

original
Sort:hotnewtop