Comment on Issues with https certs locally
DarkSirrush@piefed.ca 2 weeks agoYeah 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!"
}