Open b-a-t opened 2 years ago
Depending on your Use Case there is another solution. This solution makes the world even more secure:
If your server supports SNI don’t use SAN certificates at all and just issue additional certificates to use them.
All current reverse-proxy and load-balancer like Traefik, nginx, Citrix Netscaler, kemp and f5 support this for HTTPS
I would like to bring attention to the issue described in the
acme.sh
repo - https://github.com/acmesh-official/acme.sh/issues/4221In short,
acme-dns
for whatever reason limits the number of TXT records in the air to two, which creates trouble issuing and renewing certificates with 3 or more SAN records.The mentioned issue provides a workaround for this limitation, but I believe it is better to be fixed in the
acme-dns
itself.This https://github.com/acmesh-official/acme.sh/issues/4221#issuecomment-1207433691 has a more detailed description of the problem: