▲ | pgug 2 days ago | |||||||
I find the documentation for the syntax to be a bit lacking if you want to do anything that isn't very basic and how they want you to do it. For example, I want to use a wildcard certificate for my internal services to hide service names from certificate transparency logs, and I can't get the syntax working. Chatgpt and gemini also couldn't. | ||||||||
▲ | dizhn 2 days ago | parent | next [-] | |||||||
This here is how it's done, where you have a wildcard dns entry for subdomains of secret.domain.com. { acme_dns cloudflare oWN-HR__kxRoDhrixaQbI6M0uwS4bfXub4g4xia2 debug } *.secret.domain.com {
| ||||||||
| ||||||||
▲ | cpach 2 days ago | parent | prev | next [-] | |||||||
This integration doesn’t support the dns-01 challenge. So wildcard certs are out of the question at this point. | ||||||||
| ||||||||
▲ | nadanke 2 days ago | parent | prev [-] | |||||||
For wildcards you need a Caddy build that includes the dns plugin for your specific provider. There's a tool called xcaddy that helps with that. It's still kinda annoying because now you need to manage the binary for yourself but when I tried it with Hetzner it worked fine. | ||||||||
|