E-signatures · How it works
Why does my signed PDF say validity unknown?
Because the reader cannot decide whether to believe the certificate, usually since its issuer is not in the list of authorities that reader trusts. It is a statement about identity, not about integrity: the document itself may be perfectly intact and unmodified.
The warning looks alarming and usually means something quite dull. Reading which of the three states a reader is reporting turns a scary banner into a two minute check.
Indunil Asanka · Co-founder
5 min read · Published
| What the reader says | What it means | How worried to be |
|---|---|---|
| Signature is valid | Bytes unchanged and the issuer is trusted here | Not at all |
| Validity is unknown, or the signer is unknown | Bytes unchanged but the issuer is not in the trust list | Mildly, and it is usually resolvable |
| Signature is invalid, or the document has been altered | The covered bytes no longer match | Considerably, until explained |
- 1
Open the signature panel
Use a reader that shows signature details rather than a browser preview, which often ignores signatures entirely. The panel lists each signature and states the integrity finding separately from the identity finding.
- 2
Read which finding is failing
Look for wording about the document being modified, which is an integrity problem, against wording about the signer or issuer being unknown, which is a trust problem. Only the first is a reason to stop using the document.
- 3
Inspect the certificate
Open the certificate details and note the issuer, the subject and the validity dates. A signature from a hosted signing service will name the service rather than the person who signed, which is expected.
- 4
Confirm the issuer independently
Check with the sender, or against a published trusted list where the issuer claims qualified status, that the issuer named is the one you expect. Do this before changing any trust setting.
- 5
Add the issuer to your trust list if policy allows
In a managed environment this belongs with the team that maintains certificate policy rather than with the person who received the document. Adding a root affects every file that reader opens afterwards.
- 6
Reopen and confirm the status
The panel should now report the signature as valid, with the same integrity finding as before. If the integrity finding was already failing, trusting the issuer changes nothing, which is the correct behaviour.
Two questions, one icon
Every signature check answers at least two separate questions: have the covered bytes changed, and should this certificate be believed. Readers compress both into a single badge, which is why an unfamiliar issuer produces a warning that looks like tampering. Learning to read the panel text rather than the icon resolves most of the anxiety, because the wording almost always distinguishes the two. A document reported as modified is a different situation from one whose signer cannot be identified, and treating them the same wastes time on the first and understates the second.
Why the issuer is often unknown
Trust stores are conservative. Operating systems and readers ship a list of root authorities that meet audit requirements, and plenty of legitimate signing certificates chain to roots outside those lists, including internal corporate authorities and smaller commercial issuers. Some readers also maintain their own list separate from the operating system, so the same file can appear trusted in one application and unknown in another on the same machine. None of that is evidence about the document.
When the warning is worth taking seriously
When the wording says the document has been altered or the signature is invalid. That means the bytes covered by the signature no longer match, which happens when a file has been edited, re-saved by a tool that rewrote its structure, merged with another document, or had pages appended after certification. Innocent causes are common, and so is the other kind. Either way the copy in front of you is not the copy that was signed, and the right response is to ask the sender for the original rather than to trust what you have.
Browsers and email previews
Most in browser viewers and mail client previews do not evaluate signatures at all, so a document that would show a warning in a full reader shows nothing. That is the most common reason somebody insists a file is fine when it is not. Anyone whose job involves receiving signed documents should have a reader that checks signatures and should open anything important in it rather than relying on a preview pane.
What to record when a document is verified
If verification matters for a transaction, note what you saw: the date checked, the reader used, the integrity finding, the issuer and the subject of the certificate. That takes a minute and gives a future colleague something better than a memory. Where a document is being accepted despite an unknown issuer, note the reason for accepting it, since that decision is the kind of thing an auditor asks about years later.
What to expect from documents signed here
The completed PDF is sealed with a PAdES signature from the service's own certificate and certified so that later changes are detectable. Because the certificate belongs to the service, a reader will name the service rather than an individual, and depending on the trust list it may report the issuer as unknown while confirming the document is unchanged. The evidence about who signed lives in the certificate of completion, which is issued as its own file and lists each signer with their verification method, time and address. When a counterparty raises the warning, a short reply usually settles it. Explain that the message concerns the certificate issuer rather than the contents, ask them to confirm what the panel says about modification, and point them at the certificate of completion for the evidence about who signed. If their policy requires a trusted issuer, that is a conversation to have before the next document rather than after this one, since it may mean using a different signing arrangement for that counterparty. Recording the exchange is worthwhile, because the same question tends to arrive from the same organisations each time a new person there receives a signed file. Keeping the reply somewhere shared means the next colleague asked does not have to work it out from scratch. The same holds inside the business, since this warning is almost always the first question a colleague raises the first time they open a signed file in a proper reader.
Questions people ask
Does validity unknown mean the signature is fake?
No. It usually means the issuer is not in your reader's trust list, which is a configuration fact rather than a finding about the file. A forged or altered document normally produces a different message, stating that the document has been modified since it was signed.
Should I just click to trust the certificate?
Not without checking who issued it. Adding a root to your trust store affects every document you open afterwards, so it should follow a deliberate check of the issuer and, in a managed environment, a decision by whoever owns certificate policy rather than by the recipient of one file.
Why does the same file look different on my colleague's machine?
Because trust stores differ between operating systems, applications and organisational policies. One reader may carry the issuer and another may not. The integrity finding, by contrast, should be identical everywhere, since it depends only on the file itself rather than on anything installed locally. If the two of you disagree about that finding, you are holding different files.
Can I verify without installing anything?
Most desktop PDF readers include a signature panel, so nothing extra is usually needed. Avoid uploading confidential agreements to online validation services, since that discloses the document to a third party in order to answer a question your own reader can answer.
What if there is no signature at all?
Then the file is an ordinary PDF, possibly containing a picture of a signature. Nothing about it can be verified, and the evidence for the signing lives entirely in whatever process produced it. That is worth knowing before treating the file as though it were sealed.
Does printing preserve the signature?
No. Printing produces paper, and scanning that paper produces a new unsigned file. Any verification value is lost at that point, which is why signed documents should be circulated as the original PDF rather than as printouts or images of printouts.
Make one with e-signatures
The button opens the generator with this use case already described. Change the wording to match your own.
Send a document for signingRelated questions
- What is a signature certificate?A signing certificate binds a public key to a named holder. What an X.509 certificate contains, who issues one, and why a reader may not trust it.
- What does tamper evident mean?Tamper evident means a change can be detected, not prevented. What certification and hashing actually stop, and why tamper proof is the wrong word.
- What is PAdES?PAdES is the ETSI standard for digital signatures embedded in a PDF. What it adds over a plain signature, its levels, and how to spot one in a reader.
Written and checked by the OneCraft team. Last checked .