An SSL Certificate Revocation incident refers to an event where the SSL certificate for a particular instance is found to be revoked or invalid. This can cause security issues and disrupt the availability of the service, as clients may not be able to establish a secure connection with the instance. Resolving this incident typically involves renewing or replacing the SSL certificate for the affected instance.
Parameters
Debug
Check the SSL certificate status of an instance
Check the SSL certificate validity period
Check the SSL certificate issuer
Check the SSL certificate subject
Check the SSL certificate chain
Check the SSL/TLS protocol version
Check the SSL/TLS handshake process
Check the SSL/TLS cipher suite
Check the SSL/TLS certificate revocation status
The SSL certificate for the instance expired and was not renewed in a timely manner.
The SSL certificate was issued by an untrusted or compromised certificate authority.
Repair
Renew the SSL certificate: The first step to resolving an SSL certificate revocation incident is to renew the certificate. This typically involves generating a new certificate signing request (CSR), submitting it to a certificate authority (CA), and then installing the new certificate on the affected instance.
Learn more
Related Runbooks
Check out these related runbooks to help you debug and resolve similar issues.