Hello there,
Does Caddy support such a configuration?
I tried to put them together, but it seems that they still apply for their own certificates.
example.com, *.example.com {
tls {
dns cloudflare
}
}
Hello there,
Does Caddy support such a configuration?
I tried to put them together, but it seems that they still apply for their own certificates.
example.com, *.example.com {
tls {
dns cloudflare
}
}
Caddy does not support multi-SAN certificates.
The reasons are documented here:
To clarify, it does support them, but it does not automate them for you. You can provide your own certificates that have multiple SANs and it will work fine, but when generating and renewing certificates for you, Caddy does one subject per certificate.
This topic was automatically closed after 30 days. New replies are no longer allowed.