Quick Answer
"No usable signing certificates are available" means the app looked in your certificate store and found nothing it can sign with — the certificate is missing, expired, has no private key, is in the wrong store, or its Key Usage doesn't allow digital signatures. Check the certificate exists in the Current User "Personal" store on Windows (or login Keychain on Mac), that it hasn't expired, and that it has a matching private key.
Symptom fingerprint
The exact strings, error codes, and UI surfaces that map to this issue:
| UI message | Surface | Code |
|---|---|---|
| No usable signing certificates are available | Adobe Acrobat / Outlook signing dialog | — |
| You must obtain a digital ID before you can sign | Acrobat "Sign with a Digital ID" prompt | — |
| There are no valid certificates available for authentication | Windows signing / smart card prompt | — |
What the app is really checking
When you click Sign, the application enumerates your certificate store and filters it down to certificates that can actually produce a signature. To make the list, a certificate needs three things at once: a matching private key, a current validity date, and a Key Usage that permits digital signatures. If nothing passes all three, you get an empty list and this message.
So the certificate 'existing' isn't enough — plenty of people have the public certificate imported but not the private key, which is like having the lock but not the key. That's the single most common version of this I see.
Why this happens
- The certificate expired (past its "Not After" date) and no longer qualifies.
- Only the public certificate was imported — the private key is missing, so it can't sign.
- The certificate is in the wrong store — Local Machine instead of Current User on Windows, or System keychain instead of login on Mac.
- Key Usage / Extended Key Usage doesn't include Digital Signature — some certificates are encryption-only.
- A hardware token or smart card isn't plugged in, or its middleware isn't loaded, so the on-token certificate never appears.
- You genuinely don't have a digital ID yet and need to create or obtain one.
Step-by-step fix (Windows)
- 1. Press Win+R, type certmgr.msc, Enter. Open Personal → Certificates. This is the Current User store apps read.
- 2. Find your signing certificate. A small key icon overlay means the private key is present — no key means you must re-import the .pfx/.p12 (which contains the private key), not the .cer.
- 3. Double-click it → Details → check "Valid to" isn't in the past, and "Key Usage" lists Digital Signature.
- 4. If it's missing entirely, re-import: right-click Personal → All Tasks → Import, choose the .pfx, and tick "Mark this key as exportable" only if your policy allows.
- 5. For a token/smart card: plug it in, confirm the vendor middleware is installed, and check services.msc → Smart Card (SCardSvr) is Running.
- 6. In Acrobat: Preferences → Signatures → Identities & Trusted Certificates → Digital IDs to confirm the ID is now listed.
Step-by-step fix (macOS)
- 1. Open Keychain Access → login keychain → My Certificates (this tab only shows certificates that have a private key).
- 2. If your certificate appears under Certificates but not My Certificates, the private key is missing — re-import the .p12.
- 3. Expand the certificate to confirm a private key sits beneath it, and check the expiry date.
- 4. Acrobat on Mac doesn't read the login Keychain for signing by default — create or import the Digital ID inside Acrobat: Preferences → Signatures → Identities & Trusted Certificates → Add ID → A file (.p12).
Still not working?
If a valid, private-key-backed certificate is present and it still won't show, the issue is scope or a broken key binding.
- Confirm you imported into Current User, not Local Machine — apps sign as the logged-in user.
- Re-create the digital ID from the original .pfx if the key/certificate pair got separated during an earlier import.
- No digital ID at all? In Acrobat, choose "A new digital ID I want to create now" for self-signed use, or obtain one from a trusted CA (or your IT/PKI team) for anything others must verify.
- On locked-down corporate machines, Group Policy can hide certificates — your IT team may need to deploy the ID through the managed store.
Frequently asked questions
Why does it say no usable signing certificates are available when I have a certificate?
Having the certificate isn't enough. It also needs a matching private key, a current expiry date, and a Key Usage that allows digital signatures. Most often only the public certificate was imported — re-import the .pfx/.p12 that contains the private key.
How do I create a digital ID so I can sign a PDF?
In Adobe Acrobat go to Preferences → Signatures → Identities & Trusted Certificates → Add ID, then choose to create a new self-signed ID or import a .p12 from your certificate authority. For documents others must verify, get an ID from a trusted CA rather than self-signed.
My smart card is plugged in but no certificate shows up — why?
The card's middleware probably isn't loaded, or the Smart Card service isn't running. Install the correct vendor middleware, confirm Smart Card (SCardSvr) is running on Windows, then unplug and replug the card so the app re-enumerates its on-token certificates.
You might also need
More fix guides in PDF and related areas.
Still seeing this error?
If these steps don't isolate the root cause inside your environment, an independent consultant can run a structured PKI diagnostic with you over a screen-shared session and deliver a written report identifying root cause, remediation, and — where relevant — the next responsible party (CA, internal IT, or software vendor).
Book a remote diagnostic →Includes a written diagnostic summary. Independent consulting engagement — not affiliated with DocuSign, Adobe, or Microsoft.
Comments
Loading comments…
