Is there a revokation or not by partial renewing?

I have 6 domains: example.com + second.com + 4 others

  1. Now I have some working certificate from letsencrypt
    mail.example.com, git.example.com, a.s.o.

  2. I successfully run a dry-run command to create a single certificate containing

On Fedora:
certbot certonly
--dry-run
--config-dir .
--work-dir .
--logs-dir log
--agree-tos --email a@b.b
--cert-name AAA-all-certificates
--dns-rfc2136 --dns-rfc2136-credentials letsencrypt.conf.ini
--server https://acme-v02.api.letsencrypt.org/directory
-d example.com -d '.example.com'
-d second.ch -d '
.second.ch'
-d third.ch -d '*.third.ch'

  1. My goal is
  1. My question is
  • does letsencrypt revokes my old certificates?
  • (I will migrate the other servers, but mail.example.com will remain as it is in any case)
1 Like

No.

Both certificates may be active at the same time.

2 Likes

No, any future issuance doesn't affect previously issued certificates.

2 Likes

thank you; and I can renew both every 60 days?

1 Like

Yes, that's right. They will not affect each other's renewals.

With duplicative certificates, one thing to watch out for is rate limits.

However, with only 2 certificates, it is not something you need to worry about.

2 Likes

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