SAN certificates

Hello, I have a general question that I've been unable to find an answer.

Example:

I created a SAN certificate with 3 alternative names,

sub1.example.com
sub2.example.com
sub3.example.com

Days later, I added 2 more alternative names to the same certificate, so now the certificate has 5 alternative names

sub1.example.com
sub2.example.com
sub3.example.com
sub4.example.com
sub5.example.com

All good and beautiful, however, I've received an expiration notice for the first certificate (the one with 3 alternative names), so, does that mean that the certificate (the old one) is still valid even when the subdomains were added to the new certificate as well?

If so, it means the same subdomain can exist as a subject alternative name in more than one certificate?

Thank you

1 Like

You can't add anything to a certificate, nor can you take anything away or change anything--once issued, they're immutable. You issued a new certificate containing more names than the old one. And because of the way certbot operates, it treats the new cert as having superseded the old one, which seems to be what you intended--but the old one is nonetheless about to expire. If the new cert is working fine, you don't need to take any action.

There's no limit (other than the Let's Encrypt rate limits) to how many certificates can contain a given FQDN.

5 Likes

Yes.

Yes.

4 Likes

Welcome to the Let's Encrypt Community! :slightly_smiling_face:

4 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.