I issued several certificates using certonly, now I want to revoke the older one:
- how can I do/proof/check that?
- if I renew a certificate is the older one automatically revoked?
- Is there a certification revocation list in place?
I issued several certificates using certonly, now I want to revoke the older one:
well there is no CRL but an OCSP.
here’s an example that is even using LE.
No, renewals do not automatically revoke old certificates.
You can upload the certificate to https://certificate.revocationcheck.com/ to check its revocation status. Note that you have to manually revoke the certificate using the client software. It won't happen automatically.