My SSL Certificate Has Been Revoked - How To Fix It

SSL Certificate revocation occurs when a Certificate Authority (CA) permanently invalidates an SSL Certificate before its scheduled expiry date. Once revoked, the SSL Certificate can no longer be used to secure your website and web browsers will display security warnings to visitors.

Understanding why revocation happens and what steps to take afterwards will help you restore your website security as quickly as possible.

Why SSL Certificates Are Revoked

Certificate Authorities (CAs) revoke SSL Certificates when the security integrity of the SSL Certificate or the website it protects has been compromised. Revocation is a protective measure designed to prevent continued misuse of compromised credentials.

The following are common reasons why a Certificate Authority (CA) may revoke an SSL Certificate.

Private Key Compromise

If your Private Key has been exposed, distributed on the internet, or accessed by unauthorized parties, the Certificate Authority (CA) will revoke the associated SSL Certificate immediately.

Warning : A compromised Private Key allows anyone in possession of it to impersonate your website or decrypt traffic intended for your server. This represents a serious security breach that cannot be remedied while the SSL Certificate remains active.

Private Key compromise can occur through server breaches, accidental publication in code repositories, sharing via unencrypted channels, or theft by malicious actors. Learn About Private Key Security 🔗

Website Security Breach

If your website or server has been hacked or breached, the Certificate Authority (CA) may revoke your SSL Certificate as part of the incident response.

A compromised server means that attackers may have gained access to your Private Key or other sensitive cryptographic material. Even if the Private Key itself was not directly targeted, a breach indicates that the security environment can no longer be trusted.

Domain Control Issues

If you no longer control the domain name for which the SSL Certificate was issued, or if the domain ownership has changed, the Certificate Authority (CA) will revoke the SSL Certificate.

SSL Certificates are issued based on proof of domain control. If that control is lost or transferred, the SSL Certificate is no longer valid for the current domain owner to use.

Fraudulent Issuance

If an SSL Certificate was obtained through fraudulent means, misrepresentation, or by providing false information during the validation process, the Certificate Authority (CA) will revoke it upon discovery.

Subscriber Agreement Violation

When you purchase an SSL Certificate, you agree to the terms and conditions set by the Certificate Authority (CA). These include maintaining the security of your Private Key, protecting your server environment, and notifying the Certificate Authority (CA) of any suspected compromise.

Failure to comply with these obligations can result in revocation. The subscriber agreement exists to protect the integrity of the entire SSL Certificate ecosystem and maintain trust for all internet users.

What Happens When Your SSL Certificate Is Revoked

When a Certificate Authority (CA) revokes your SSL Certificate, the revocation is published to Certificate Revocation Lists (CRL) and Online Certificate Status Protocol (OCSP) responders.

Important : Your website will effectively be inaccessible to visitors who trust their browser's security warnings, resulting in lost traffic, damaged reputation, and potential loss of business. Restoring your website security should be treated as an urgent priority.

Web browsers check these sources when connecting to websites. If your SSL Certificate appears as revoked, visitors will see security warnings indicating that the connection is not secure.

Restoring Your Website Security

The steps required to restore your website security after revocation depend on the reason for the revocation and whether the underlying security issue has been resolved.

When Reissuance May Be Possible

If your SSL Certificate was revoked due to a minor issue that has been corrected, or if you reported a potential compromise proactively, you may be able to reissue your SSL Certificate through the tracking system at no additional cost.

Reissuance generates a completely new SSL Certificate with a new key pair, replacing the compromised credentials with fresh ones.

Tracking & Management Reissue Information

Access the tracking system to check if reissuance is available for your SSL Certificate. Your Certificate Authority (CA) Reference number is required to access the tracking system. Learn About The Trustico® Tracking System 🔗

When a New Purchase Is Required

Depending on the nature of the incident that resulted in revocation, a new paid SSL Certificate order may be required. Revocation does not automatically entitle you to a free replacement.

Important : The subscriber agreement places a contractual obligation on you to maintain the security of your server environment, protect your Private Key, and ensure your website is not compromised. When these obligations are not met, the Certificate Authority (CA) incurs costs associated with the revocation process, security investigations, and maintaining the integrity of the SSL Certificate ecosystem.

Circumstances that typically require a new purchase include serious security breaches where the server environment was compromised, negligent handling of Private Keys, repeated security incidents, or violation of the subscriber agreement terms.

If you are unsure whether your situation qualifies for reissuance or requires a new purchase, attempt to access the tracking system first. If reissuance is not available, you will need to place a new order.

SSL Certificates

View the available SSL Certificate options to secure your website. Trustico® offers a range of SSL Certificates to suit different requirements and budgets.

Preventing Future Revocation

Taking proactive steps to protect your server environment and cryptographic credentials will help prevent future revocation incidents.

Tip : Generate your Private Key directly on your server rather than using external tools or services whenever possible. This ensures your Private Key never leaves the secure environment where it will be used.

Restrict access to your Private Key files using appropriate file permissions. Only the web server process and authorized administrators should have access.

Never share your Private Key via e-mail, store it in publicly accessible locations, or commit it to version control repositories.

Keep your server software, operating system, and all applications up to date with security patches. Many breaches occur through known vulnerabilities that have available fixes.

Monitor your server for signs of compromise and respond immediately to any security incidents. Proactively reporting a suspected compromise to the Certificate Authority (CA) demonstrates good faith and may affect how your situation is handled.

Understanding Certificate Revocation Lists

Certificate Revocation Lists (CRL) are published lists of revoked SSL Certificates maintained by Certificate Authorities (CAs). Web browsers and other applications check these lists to determine whether an SSL Certificate should be trusted.

Online Certificate Status Protocol (OCSP) provides a more efficient method of checking revocation status by querying the Certificate Authority (CA) directly for the status of a specific SSL Certificate.

Modern browsers use a combination of these methods to verify SSL Certificate validity. Some browsers also use proprietary mechanisms such as CRLSets to provide faster revocation checking. Learn About Certificate Revocation 🔗

Most Popular Questions

Learn why SSL Certificates get revoked and how to restore your website security. This page explains the revocation process, when reissuance is available, and how to prevent future revocation incidents.

Why Was My SSL Certificate Revoked?

SSL Certificates are typically revoked due to Private Key compromise, website security breaches, loss of domain control, fraudulent issuance, or violation of the subscriber agreement. The Certificate Authority revokes SSL Certificates as a protective measure to prevent continued misuse of compromised credentials.

What Happens When My SSL Certificate Gets Revoked?

When your SSL Certificate is revoked, web browsers will display security warnings to visitors indicating the connection is not secure. Your website will effectively be inaccessible to visitors who trust their browser's security warnings, resulting in lost traffic and potential loss of business.

Can I Get a Free Reissue After My SSL Certificate Was Revoked?

If your SSL Certificate was revoked due to a minor issue that has been corrected, or if you reported a potential compromise proactively, you may be able to reissue through the Trustico® tracking system at no additional cost. Access the tracking system with your Certificate Authority Reference number to check if reissuance is available.

When Must I Purchase a New SSL Certificate After Revocation?

A new purchase is typically required for serious security breaches where your server environment was compromised, negligent handling of Private Keys, repeated security incidents, or violation of subscriber agreement terms. Revocation does not automatically entitle you to a free replacement.

What Causes Private Key Compromise and Revocation?

Private Key compromise occurs when your Private Key has been exposed, distributed on the internet, or accessed by unauthorized parties. This represents a serious security breach because anyone possessing your Private Key can impersonate your website or decrypt traffic intended for your server. The Certificate Authority will revoke the associated SSL Certificate immediately.

How Can I Prevent My SSL Certificate From Being Revoked?

Generate your Private Key directly on your server, restrict access using appropriate file permissions, and never share your Private Key via e-mail or store it in publicly accessible locations. Keep your server software updated with security patches and monitor for signs of compromise. Proactively reporting suspected compromises to the Certificate Authority demonstrates good faith.

What Are Certificate Revocation Lists and OCSP?

Certificate Revocation Lists (CRL) are published lists of revoked SSL Certificates maintained by Certificate Authorities that browsers check to determine trust. Online Certificate Status Protocol (OCSP) provides a more efficient method by querying the Certificate Authority directly for a specific SSL Certificate's status. Modern browsers use a combination of these methods.

How Can I Restore Website Security After SSL Certificate Revocation?

First, access the Trustico® tracking system with your Certificate Authority Reference number to check if reissuance is available. If reissuance is possible, you will receive a completely new SSL Certificate with a new key pair. If reissuance is not available, you will need to place a new order through Trustico® to secure your website.

Ask Trustico® Assistant

For Instant Answers - Start Here When You Have a Question or Need Help

How Quickly Are SSL Certificates Issued - Domain Validation, CaaS, OV and EV Explained

How Quickly Are SSL Certificates Issued - Domai...

Understanding what happens during the issuance process helps you choose the right SSL Certificate for your timeline and avoid unnecessary delays that could impact your launch, migration, or renewal schedule.

How Quickly Are SSL Certificates Issued - Domai...

Understanding what happens during the issuance process helps you choose the right SSL Certificate for your timeline and avoid unnecessary delays that could impact your launch, migration, or renewal schedule.

DNSSEC Validation Enforcement for SSL Certificate Issuance - March 2026

DNSSEC Validation Enforcement for SSL Certifica...

Starting in March 2026, the way Certificate Authorities (CA) handle Domain Name System Security Extensions (DNSSEC) during SSL Certificate issuance is changing significantly.

DNSSEC Validation Enforcement for SSL Certifica...

Starting in March 2026, the way Certificate Authorities (CA) handle Domain Name System Security Extensions (DNSSEC) during SSL Certificate issuance is changing significantly.

SSL Certificate Validity Periods Are Changing to 200 Days

SSL Certificate Validity Periods Are Changing t...

The reduction in SSL Certificate validity periods is driven by the need to regularly confirm that the Certificate holder is still entitled to use the SSL Certificate. No new Certificate...

SSL Certificate Validity Periods Are Changing t...

The reduction in SSL Certificate validity periods is driven by the need to regularly confirm that the Certificate holder is still entitled to use the SSL Certificate. No new Certificate...

SSL Certificate Works on WWW but Not Root Domain : Troubleshooting Guide

SSL Certificate Works on WWW but Not Root Domai...

Several server configuration problems can cause SSL Certificates to work on the www version but fail on the non-www version of a domain. Understanding these causes helps identify the specific...

SSL Certificate Works on WWW but Not Root Domai...

Several server configuration problems can cause SSL Certificates to work on the www version but fail on the non-www version of a domain. Understanding these causes helps identify the specific...

Understanding SSL Certificate File Formats and Extensions

Understanding SSL Certificate File Formats and ...

SSL Certificate files can be broadly categorized into three main types based on how the data is encoded and stored. Understanding these categories will help you identify which format you...

Understanding SSL Certificate File Formats and ...

SSL Certificate files can be broadly categorized into three main types based on how the data is encoded and stored. Understanding these categories will help you identify which format you...

Understanding the AutoCSR Service for SSL Certificate Orders

Understanding the AutoCSR Service for SSL Certi...

Learn how AutoCSR works, compare it to hosting company practices, find out when automated credential generation is appropriate versus generating your own CSR. Covers security considerations including the Trustico® non-retention...

Understanding the AutoCSR Service for SSL Certi...

Learn how AutoCSR works, compare it to hosting company practices, find out when automated credential generation is appropriate versus generating your own CSR. Covers security considerations including the Trustico® non-retention...

1 / 6