Yes, a digital signature can be revoked, but the process depends on whether you are dealing with a cryptographic digital signature tied to a Public Key Infrastructure (PKI) certificate or an electronic signature governed by the federal ESIGN Act and state versions of the Uniform Electronic Transactions Act. Revocation is not a single action. It is a layered legal and technical process that involves certificate authorities, contract law, consumer protection statutes, and, in some cases, federal courts.
The problem is that many signers assume a digital signature is permanent, while others assume it can be undone with a click. Both assumptions are wrong. The governing rules, including 15 U.S.C. § 7001, NIST Special Publication 800-63, and RFC 5280, set strict conditions for when and how a signature loses legal force. Violating these rules can void a contract, expose a certificate authority to liability, or leave a signer bound to an agreement they thought they escaped.
According to a 2024 report from MarketsandMarkets, the global digital signature market reached over $7 billion, with billions of signatures executed every year, which means revocation disputes are growing fast.
Here is what you will learn in this article:
- 🔐 How PKI certificate revocation works under RFC 5280 and what CRL and OCSP mean for your signature’s validity
- ⚖️ How the ESIGN Act and UETA let you withdraw consent to electronic signatures and rescind signed contracts
- 🧾 How state nuances in New York, California, Illinois, Texas, and Florida change your revocation rights
- 🚨 The most common mistakes signers, administrators, and lawyers make that destroy their revocation claims
- 📚 Real court rulings, named examples, and step-by-step processes that show revocation working — or failing — in practice
What a Digital Signature Actually Is
A digital signature is a cryptographic mechanism that binds a signer’s identity to a document using a private key and a mathematical algorithm. It is not the same thing as an electronic signature, although the two terms get mixed up every day. The NIST Digital Signature Standard, FIPS 186-5, defines a digital signature as output from algorithms like RSA, ECDSA, or EdDSA, while the ESIGN Act defines an electronic signature much more broadly as any “electronic sound, symbol, or process” attached to a record with intent to sign.
This distinction matters for revocation. A cryptographic digital signature is tied to a certificate issued by a Certificate Authority (CA) under the rules of RFC 5280, and that certificate can be revoked by the CA. An electronic signature, such as a typed name in a DocuSign envelope, is governed by contract law and consumer statutes, and it is “revoked” by rescinding the underlying agreement or withdrawing consent.
The Role of Public Key Infrastructure
PKI is the trust framework behind every true digital signature. A CA, such as DigiCert, Sectigo, or IdenTrust, issues a certificate that binds a public key to a verified identity. The consequence of a weak or compromised CA is systemic: when DigiNotar was breached in 2011, every browser vendor revoked trust in its root, invalidating millions of signatures overnight.
A common misconception is that PKI only matters for website certificates. In reality, PKI underpins code signing, email signing under S/MIME, PDF signatures in Adobe Acrobat, and federal signatures issued under the Federal PKI Policy Authority.
Electronic Signatures Under Federal Law
The ESIGN Act, signed on June 30, 2000, gives electronic signatures the same legal force as handwritten ones in interstate and foreign commerce, with narrow exceptions for wills, adoptions, and certain court documents under 15 U.S.C. § 7003. UETA, adopted in 49 states, mirrors and supplements ESIGN at the state level, with New York using its own ESRA statute instead.
The consequence of ignoring ESIGN’s consumer consent rules in 15 U.S.C. § 7001(c) is that the electronic signature is legally unenforceable against a consumer. A real example is a consumer who never received the required hardware and software disclosures; that signer can walk away from the contract and the court will back them up.
Revoking a Cryptographic Digital Signature
Revoking a cryptographic digital signature means revoking the certificate that vouches for the signer’s public key. Once the certificate is revoked, any signature it produced after the revocation date is no longer trusted, and, in many cases, earlier signatures are treated with suspicion as well. The process is controlled by RFC 5280 Section 5 and the CA/Browser Forum’s Baseline Requirements.
Certificate Revocation Lists (CRLs)
A CRL is a signed list of revoked certificate serial numbers published by the CA. Under RFC 5280, each CRL must include a “thisUpdate” and “nextUpdate” field so relying parties know when to refresh. The consequence of a stale CRL is that a revoked signature can appear valid for hours or days, which is exactly what happened in the Flame malware incident in 2012, where a forged Microsoft certificate slipped past outdated CRL caches.
A plain-English explanation is that a CRL is like a stolen-credit-card blacklist that shops download every morning. A common misconception is that CRLs update in real time; they do not, which is why OCSP exists.
Online Certificate Status Protocol (OCSP)
OCSP, defined in RFC 6960, lets a client ask the CA in real time whether a single certificate is still valid. OCSP stapling, standardized in RFC 6066, lets a server attach a fresh CA response to its own handshake, which reduces privacy leaks and latency. The consequence of skipping OCSP checks, called “soft-fail,” is that an attacker who blocks OCSP traffic can use a revoked certificate freely.
Imagine Priya, a compliance officer at a Chicago hospital. She signs patient records with an IdenTrust certificate. When her laptop is stolen, her IT team calls IdenTrust and asks for immediate OCSP-level revocation so no thief can forge HIPAA-covered records.
Reasons a CA Will Revoke
Under the CA/Browser Forum Baseline Requirements Section 4.9.1.1, a CA must revoke within 24 hours for key compromise, misissuance, or fraud, and within 5 days for lesser violations. Common reasons include private key compromise, change of affiliation, superseded certificate, and cessation of operation. The consequence of a CA missing the 24-hour window is removal from browser and OS trust stores, which is a corporate death sentence for a CA.
A real-world example is Symantec’s 2017 distrust by Google after repeated misissuance. A common misconception is that a revoked certificate can be “unrevoked”; under RFC 5280, once a certificate is revoked for key compromise, it stays revoked forever.
Step-by-Step: Revoking Your Own Certificate
- Contact your issuing CA through the account portal or the revocation hotline listed in the CA’s Certificate Practice Statement.
- Authenticate using the revocation passphrase, account credentials, or domain control method accepted by the CA.
- Select the revocation reason code from the RFC 5280 list, such as keyCompromise, affiliationChanged, or cessationOfOperation.
- Confirm that the CA has published the serial number to its CRL and that OCSP responders return “revoked” within the CA’s stated service level.
- Notify relying parties, such as your employer, counterparties, or federal agencies under the FBCA Certificate Policy.
Revoking an Electronic Signature Under ESIGN and UETA
An electronic signature on a contract is not revoked by a CA. It is “revoked” by one of three legal paths: withdrawing consent before the record is final, rescinding the contract under common law, or invoking a statutory cooling-off right.
Withdrawing Consent to Electronic Records
15 U.S.C. § 7001(c)(1)(B) lets a consumer withdraw consent to receive records electronically at any time. The consequence is that future disclosures must arrive on paper, but signatures already executed remain valid. A common misconception is that withdrawing consent rewinds the contract; it does not.
A real example is Marcus, a borrower in Dallas who withdrew consent to electronic disclosures from his lender. His existing loan stayed in force, but his lender had to mail every future statement on paper, at a cost of roughly $3 per mailing.
Rescinding the Underlying Contract
Rescission is a common-law remedy that unwinds a contract for fraud, mistake, duress, or failure of consideration. The ESIGN Act does not change this right; it is preserved by 15 U.S.C. § 7001(a)(2). The consequence of rescission is that both parties are restored to their pre-contract positions, which means money and property must be returned.
In Forcelli v. Gelco Corp., 972 N.Y.S.2d 570 (2d Dep’t 2013), the court held that a typed-name email settlement was binding, and the defendant could not simply “take it back.” The lesson is that regret is not a basis for revocation.
Statutory Cooling-Off Periods
Federal and state statutes give consumers short windows to cancel certain electronically signed contracts. Examples include the FTC Cooling-Off Rule, 16 C.F.R. Part 429, which gives three business days to cancel door-to-door sales over $25, and the Truth in Lending Act’s three-day right of rescission for home equity loans. The consequence of missing the window is that the signature is locked in.
| Cancellation Trigger | Statutory Deadline and Outcome |
|---|---|
| Door-to-door sale over $25 under the FTC rule | 3 business days; full refund within 10 days |
| Home equity or refinance under TILA Reg Z | 3 business days from signing or disclosure |
| Timeshare purchase under state law, e.g., Florida § 721.10 | 10 calendar days from signing |
Federal Agency Rules That Shape Revocation
Revocation is not only a CA or contract issue. Several federal agencies impose their own electronic-signature revocation rules. The IRS accepts electronic signatures on Form 8879, but a taxpayer can withdraw authorization before the return is filed. The SEC’s Rule 302(b) of Regulation S-T requires a manually signed authentication document retained for five years, and a signer can revoke future authority by written notice.
HIPAA and Healthcare Signatures
Under the HIPAA Privacy Rule, 45 C.F.R. § 164.508(b)(5), a patient may revoke a signed authorization at any time in writing, except to the extent the covered entity has already acted on it. The consequence of ignoring a revocation is a civil monetary penalty that can reach $2 million per violation category per year under 45 C.F.R. § 160.404.
Consider Dr. Elena Reyes, a cardiologist in Miami. Her patient signs an electronic HIPAA authorization through a patient portal. Two weeks later, the patient emails a revocation. Dr. Reyes must stop future disclosures immediately, or her practice risks an HHS Office for Civil Rights enforcement action.
Federal PKI and Government Signatures
Federal employees use PIV cards under FIPS 201-3 to sign documents. When an employee leaves, the agency must revoke the PIV certificate within 18 hours under OMB Memorandum M-19-17. The consequence of delay is unauthorized access to classified or sensitive data using a still-trusted certificate.
State-Level Nuances That Change the Outcome
Revocation rights vary sharply across states, even though UETA provides a common baseline.
New York
New York’s Electronic Signatures and Records Act replaces UETA and is even broader in scope. Revocation follows contract law, and Naldi v. Grunberg, 908 N.Y.S.2d 639 (1st Dep’t 2010), confirmed that emails satisfy the Statute of Frauds, so a signer cannot revoke by pretending an email was never a signature.
California
California’s UETA, Civil Code §§ 1633.1–1633.17, adds a consumer consent layer similar to ESIGN. In J.B.B. Investment Partners v. Fair, 182 Cal. Rptr. 3d 154 (2014), a court held that a typed name in a text message could be a signature but required clear intent, giving signers a narrow path to argue revocation by lack of intent.
Illinois
Illinois repealed its older Electronic Commerce Security Act and adopted UETA in 2021 through Public Act 102-0038. Revocation follows Article 2 of the UCC for goods and common law for services, and Illinois courts are strict about mutual assent.
Texas
Texas UETA sits at Business and Commerce Code Chapter 322. Texas courts, in Khoury v. Tomlinson, 518 S.W.3d 568 (Tex. App. 2017), found that an email signature block satisfied the Statute of Frauds, meaning a signer cannot escape by claiming the block was automatic.
Florida
Florida’s UETA, § 668.50, and its timeshare cancellation rules give consumers unusually strong revocation rights in real estate and home solicitation deals.
Three Real Revocation Scenarios
Scenarios illustrate how revocation plays out in practice.
| Triggering Event | Revocation Outcome |
|---|---|
| Laptop with code-signing key stolen from a software vendor | CA revokes within 24 hours under CA/B Forum BR 4.9.1.1; all post-revocation signatures untrusted |
| Consumer signs a solar-panel contract door-to-door in California | Buyer cancels within 3 business days under the FTC Cooling-Off Rule; full refund owed |
| Patient revokes a HIPAA authorization emailed to a hospital | Hospital must stop future disclosures under 45 C.F.R. § 164.508; prior disclosures remain lawful |
Named Examples of Revocation in Action
Example 1: Aisha Patel, software engineer. Aisha’s code-signing certificate from Sectigo is compromised when malware steals her private key. She files an immediate revocation request citing keyCompromise, and Sectigo publishes the serial to its CRL and OCSP within hours. Her employer’s customers see a “signature invalid” warning under Microsoft’s Authenticode rules.
Example 2: Roberto Alvarez, small business owner. Roberto signs a five-year equipment lease in DocuSign, then discovers the counterparty misrepresented the equipment’s condition. He sues for rescission under Texas common law, relying on Khoury v. Tomlinson to confirm the e-signature is binding, and wins rescission for fraud.
Example 3: Linda Chen, HIPAA patient. Linda signs an electronic release for her mental-health records. She emails a written revocation two weeks later. The provider stops future disclosures immediately under 45 C.F.R. § 164.508(b)(5), but disclosures already made to her insurer remain lawful.
Mistakes to Avoid
- Assuming revocation is retroactive. Most revocations apply only from the revocation date forward, which means earlier signatures may still be valid under RFC 3161 timestamping rules.
- Skipping OCSP checks in your client. Soft-fail behavior lets attackers bypass revocation, and Chromium’s CRLSets documentation warns that coverage is limited.
- Forgetting to notify relying parties. A revoked certificate is worthless if your counterparties never refresh their CRL, and silence can create a fraud claim.
- Confusing electronic signatures with digital signatures. Rescinding a DocuSign envelope does not revoke a PKI certificate, and vice versa.
- Ignoring state-specific cooling-off rules. Missing the 3-day or 10-day statutory window under rules like the FTC Cooling-Off Rule locks in the contract.
- Failing to document the revocation in writing. HIPAA and most state UETA statutes require a written record, and oral revocation is almost always rejected in court.
- Using “revocation” when you mean “rescission.” The two have different legal elements, and confusing them in a complaint can cost you the case.
- Trusting self-signed certificates. Without a trusted CA, there is no revocation authority, and the signature’s trust collapses when the private key leaks.
- Missing the 24-hour CA deadline for key compromise. Under the CA/B Forum Baseline Requirements, the CA itself risks distrust if it misses the deadline.
Do’s and Don’ts
Do’s:
- Do revoke immediately when a key is lost or stolen, because delay expands the window for forgery under NIST SP 800-57.
- Do document every revocation in writing, because courts and regulators require a paper trail.
- Do check OCSP and CRL status before trusting any signature, because stale data hides real risk.
- Do review your state’s UETA variant, because timing and consumer protections differ.
- Do notify all relying parties, because uninformed counterparties can unknowingly accept a revoked signature.
Don’ts:
- Do not assume an electronic signature can be “deleted,” because the audit trail in platforms like DocuSign’s Certificate of Completion preserves it.
- Do not rely on email alone for HIPAA revocation without confirmation of receipt, because providers may claim they never got it.
- Do not ignore cooling-off deadlines, because statutes like TILA are unforgiving.
- Do not confuse withdrawing consent with rescission, because only rescission unwinds the contract.
- Do not use revoked certificates for new signatures, because this may constitute fraud under 18 U.S.C. § 1343.
Pros and Cons of Digital Signature Revocation
Pros:
- Provides a fast remedy for key compromise, which protects signers and relying parties.
- Creates a public, auditable record through CRLs and OCSP, which supports forensic investigation.
- Aligns with federal standards like FIPS 186-5, which makes cross-agency trust possible.
- Preserves consumer rights under ESIGN and UETA, which protects against coerced or fraudulent signatures.
- Deters fraud because bad actors know their certificates can be nuked quickly.
Cons:
- CRL and OCSP latency can leave a revoked certificate “live” for hours, which undermines trust.
- Revocation of a widely used CA can cascade into massive outages, as DigiNotar showed.
- Consumers often do not know they have cooling-off rights, which lets unfair contracts survive.
- State-by-state variation in UETA creates traps for multi-state businesses.
- Rescission litigation is expensive, which means many wrongly signed contracts remain enforced.
Key Entities to Know
The National Institute of Standards and Technology writes the cryptographic standards. The CA/Browser Forum sets CA operational rules. The Federal Trade Commission enforces cooling-off and consumer protection rules. The Consumer Financial Protection Bureau enforces TILA rescission. The HHS Office for Civil Rights enforces HIPAA. State attorneys general enforce UETA, and the Uniform Law Commission drafts the model act.
Recap of Key Rulings
- Forcelli v. Gelco Corp. held a typed-name email settlement is binding in New York.
- Naldi v. Grunberg held emails satisfy the Statute of Frauds in New York.
- Khoury v. Tomlinson held a Texas email signature block is a valid signature.
- J.B.B. Investment Partners v. Fair required clear intent for a California text-message signature.
- Labajo v. Best Buy Stores, L.P. examined electronic consent under California consumer law.
FAQs
Can a digital signature be revoked after a contract is signed?
Yes. A PKI certificate can be revoked by the issuing CA under RFC 5280, but revocation generally applies only to future signatures, and the underlying contract remains valid unless rescinded in court.
Can I revoke a DocuSign signature I already submitted?
No. You cannot simply undo a completed DocuSign envelope. You must either rescind the contract in court for fraud, mistake, or duress, or invoke a statutory cooling-off right under ESIGN or state law.
Does withdrawing ESIGN consent cancel my past signatures?
No. Under 15 U.S.C. § 7001(c), withdrawing consent only stops future electronic disclosures. Every signature you already executed stays legally binding unless separately rescinded or voided.
Can a certificate authority unrevoke a revoked certificate?
No. Under RFC 5280, a certificate revoked for keyCompromise cannot be restored. Certificates revoked for certificateHold may be restored, but most CAs refuse as a matter of policy to protect trust.
Is an electronic signature as valid as a handwritten one?
Yes. Under the ESIGN Act and UETA, an electronic signature has the same legal effect as a handwritten signature, with narrow exceptions for wills, adoptions, and certain court documents.
Can I revoke a HIPAA authorization I signed electronically?
Yes. Under 45 C.F.R. § 164.508(b)(5), a patient can revoke a HIPAA authorization in writing at any time, except where the covered entity has already acted in reliance on it.
Do cooling-off rules apply to every online purchase?
No. The FTC Cooling-Off Rule applies only to door-to-door and off-premises sales over $25, and online purchases generally do not qualify unless a specific state statute adds the right.
Can my employer revoke my work certificate when I leave?
Yes. Federal agencies must revoke PIV certificates within 18 hours under OMB M-19-17, and most private employers revoke employee certificates at separation to prevent misuse or data theft.
Does a revoked certificate invalidate past timestamped signatures?
No. Signatures timestamped by a trusted authority under RFC 3161 before the revocation date usually remain valid, because the timestamp proves the signature existed while the certificate was good.
Can I revoke a signature due to fraud or duress?
Yes. Common-law rescission lets a court unwind a contract signed under fraud, duress, mistake, or failure of consideration, and ESIGN preserves this right at 15 U.S.C. § 7001(a)(2).
Is an email signature block enough to bind me?
Yes. Courts in Texas, New York, and many other states have held that a typed email signature block, combined with intent, creates a legally binding signature that cannot be revoked by claiming it was automatic.
Can a minor revoke a digital signature?
Yes. Under common-law infancy doctrine, a minor can disaffirm most contracts signed before reaching age 18, and this right survives ESIGN and UETA, with narrow exceptions for necessities.