Skip to main content

    How to Digitally Sign a PDF with a Certificate (Step by Step)

    Sign a PDF with a certificate in Acrobat — the exact steps, why a self-signed digital ID reads as unknown, and how to make the signature validate.

    MS
    My-SSL Team
    ·
    14 min read
    ·
    Published August 4, 2026
    ·
    Last updated August 4, 2026

    The short answer

    Open the PDF in Adobe Acrobat or Acrobat Reader, choose All tools › Use a certificate › Digitally sign, drag a rectangle where the signature should appear, select your digital ID, enter its password, and save the file under a new name. The step that decides whether anyone else can validate the result happens earlier, when you obtain the certificate: Acrobat and Reader automatically trust a signer only when the certificate chains back to the Adobe Approved Trust List, the EU Trusted Lists, or Certified Document Services. A digital ID you create inside Acrobat chains to none of them, so it reads as "Signature validity is UNKNOWN" on every machine except your own.

    Why the same signing action produces a green check for one signer and a warning banner for anotherA single signing action at the top splits into two paths. The left path uses a digital ID the signer created in Acrobat, which chains only to itself; the recipient's Acrobat cannot build a trust path and shows the banner reading at least one signature has problems, with the signer's identity unknown. The right path, highlighted in gold, uses a certificate issued by a certificate authority on the Adobe Approved Trust List; the recipient's Acrobat finds the root in its trust store and shows that the document is signed and all signatures are valid. The branch happens when the certificate is chosen, before any signing takes place.Same click. The certificate decides what the recipient sees.You sign the PDFAll tools › Use a certificateDigital ID you made yourselfAcrobat's "Create a new Digital ID"chains only to itselfCertificate from an AATL CAchains to a root already insideAcrobat and ReaderRecipient sees a warning bar"At least one signaturehas problems"signer's identity unknownRecipient sees a green check"Signed and all signaturesare valid"no setup on their sideThe branch is decided when you obtain the certificate, not when you click Sign.
    Nothing on the left-hand path is broken or insecure — the mathematics is identical on both sides. The difference is whether a stranger's copy of Acrobat has any reason to believe the name in the certificate, and that is settled before the file is ever opened.

    What do you need before you can sign?

    Three things: a PDF reader that supports certificate-based signing, a digital ID registered on the machine, and — if the signature has to mean something to a recipient — a digital ID issued by a certificate authority rather than one you generated yourself. Acrobat and the free Acrobat Reader both sign. The certificate is the part people underestimate.

    A "digital ID" in Adobe's terminology is a certificate plus the private key that goes with it. Acrobat will happily create one for you in about fifteen seconds, and that generosity is the source of most of the trouble in this topic. The ID it creates is self-signed: your computer vouches for your name, and nothing else does. It signs perfectly well. It just cannot be validated by anybody who did not first agree, manually, to believe it.

    You want toDigital ID you needWhat recipients see
    Test the workflow, or sign files only you will openA self-signed ID created in AcrobatA warning banner, unless they add your certificate to their trusted identities by hand
    Send signed documents to clients, partners, or authoritiesA document signing certificate from an AATL member CAA green check and your verified name, with no setup on their side
    Sign inside one organization that runs its own PKIA certificate from the internal CAValid on managed machines where the internal root is already deployed; unknown everywhere else

    Worth settling before you start: are you signing or certifying? Signing records approval and several people can sign the same file in turn. Certifying is the author's act, has to come first, and pins down what anyone may change afterwards. The steps below cover signing, which is what most people mean.

    How do you sign a PDF in Adobe Acrobat?

    Open the document, select All tools, choose Use a certificate, then Digitally sign. Acrobat explains that you need to drag a signature area; confirm, then drag the rectangle where the seal belongs. Pick your digital ID, review the appearance, enter the password or PIN, and save. The signature is written into the file you save, so save under a new name.

    The six steps Adobe Acrobat walks through when you sign a PDF with a certificateSix numbered steps run left to right in two rows. Step one, open the PDF and choose All tools then Use a certificate. Step two, choose Digitally sign. Step three, drag a rectangle where the signature should appear. Step four, highlighted in gold, pick which digital ID to sign with — the step that decides whether recipients can validate the result. Step five, review the appearance and enter the digital ID password or PIN. Step six, save the file under a new name, because the signature is written into the saved copy.What Acrobat asks, in order1All tools ›Use a certificate2ChooseDigitally sign3Drag the box wherethe seal should sit4Pick the digital IDthis is the decisive step5Check the appearance,enter password or PIN6Save as a new file —the signature lives in it
    Steps one through three and five through six are mechanical, and you can redo them any number of times. Step four is the one that reaches outside your machine, because it fixes whose name the recipient will be asked to believe.

    1. Register the digital ID first

    If your certificate came on a card or token, install the CA's middleware and plug the device in before opening Acrobat — the ID appears in the signing dialog only once Windows or macOS can see it. For a cloud certificate, install the CA's desktop application and log in; it registers a virtual card that Acrobat then treats like any local ID.

    2. Set the timestamp server before the first signature

    In Preferences › Signatures, open Document Timestamping and add your CA's time stamp server URL, then make it the default. While you are in that panel, confirm that Include signature's revocation status is enabled under Creation & Appearance. Those two settings are what turn an ordinary signature into one that still validates years from now.

    3. Sign, then check your own work

    After saving, open the Signature Panel and read what Acrobat says about the signature you just made. You are looking for a valid status, the timestamp time rather than "local computer clock", and the words Signature is LTV enabled. Catching a missing timestamp on your own screen costs a minute; catching it after fifty contracts have gone out costs considerably more.

    One habit worth forming early: sign the final PDF, not a draft you intend to touch up. Any later edit — even one that looks cosmetic, like flattening layers or re-saving through a different tool — changes the bytes the hash was computed over, and Acrobat will report that the document has been modified since signing. Signing has to be the last thing that happens to the file.

    Why does my signature say "Signature validity is UNKNOWN"?

    Because the reader cannot build a chain from your signing certificate to a root it already trusts. Adobe's validation logic asks two separate questions — is the document unchanged since signing, and is the signer's identity trustworthy — and answers them independently. A self-signed digital ID passes the first and fails the second, which produces the yellow triangle and the banner "At least one signature has problems".

    That wording does a lot of damage. Recipients read "problems" and assume the document was tampered with, when the file is usually intact and the reader is simply saying it has never heard of you. Two clicks into the Signature Panel the message becomes clearer: the signer's identity is unknown because it has not been included in your list of trusted certificates.

    What Acrobat showsWhat it meansWhere the fix is
    Green check — signed, all signatures validDocument unchanged, signer chains to a trusted rootNothing to do
    Yellow triangle — validity unknownDocument unchanged, but the signer is not trusted hereThe signing side — the certificate needs to chain to a trust list
    Red cross — signature invalidThe document changed after it was signedGo back to the original and re-sign it as the final step

    The yellow triangle has a manual workaround: each recipient can open the signature properties, add your certificate to their trusted identities, and tick the box that says use this certificate as a trusted root. It works. It also asks every counterparty to make a security decision on your behalf, which is a hard sell to a compliance team and impossible with an audience you cannot phone.

    Which certificates does Acrobat trust automatically?

    Adobe states it plainly: by default, Acrobat and Reader trust signers whose certificates trace back to a certificate on the Adobe Approved Trust List, on the European Union Trusted Lists, or issued through Certified Document Services. Certificates from anywhere else — including any you generate yourself — start out untrusted, and stay that way until a human intervenes on the recipient's machine.

    AATL is a vetting programme rather than a directory. A CA applies, submits to Adobe's technical requirements and audit rules, and Adobe adds its root to a list that Adobe itself signs and publishes. Acrobat 9 and later download that list on a schedule, which is why an AATL-backed signature works on a machine nobody has configured. One of those technical requirements matters when you are choosing a product: the CA must protect the private key in a medium that prevents export and duplication, so a publicly trusted document signing certificate arrives on a card, a token, or a key held in the CA's hardware security module — never as a file you can copy.

    Three places a document signing key can live, and which ones a publicly trusted CA will issue toThree options are compared. On the left, a PKCS number 12 file on the computer's disk: convenient, but copyable, and drawn in grey outside the trusted group because Adobe's trust list requires keys to be held in a medium that prevents export and duplication. In the middle, a smart card or USB token: the key is generated on the device and cannot be extracted, but the device must be physically present to sign. On the right, highlighted in gold, a cloud key held in the certificate authority's certified hardware security module and released after two-factor authentication, which signs from any machine without shipping hardware.Where the private key sits.p12 file on diskWhat Acrobat creates whenyou make your own IDCopyable — a backup isa second signing identityNo publicly trusted CAwill issue onto thisCard or USB tokenKey generated on the device,never leaves itNeeds the reader, the driver,and the device in your handShips physically —plan for delivery timeCloud key in the CA's HSMKey held in certified hardware,released after 2FASigns from any machine,nothing to ship or loseNeeds the CA's app ormiddleware installedAdobe's trust list requires a medium that prevents export and duplicationoutside itBoth trusted options protect the key in hardware — they differ in whether that hardware is on your desk.
    The choice between the two right-hand boxes is mostly about logistics. The line under them is not: it is the reason Acrobat's own ID generator can never produce a signature that validates on someone else's computer.

    If your recipients are in Europe, the EU Trusted Lists give you a second route to the same green check, and the two overlap heavily — most European qualified providers appear on both. Certum's document signing certificate, for example, is an advanced electronic signature under eIDAS that also meets Adobe's AATL requirements, which is the combination most cross-border business documents want.

    Practical takeaway when you are comparing offers: check the CA's AATL membership before you compare anything else about the product. It is the single attribute that decides whether the signature works silently or generates a support ticket from every recipient. Our document signing certificates are issued by Certum, which is an AATL member, so signatures validate in Acrobat and Reader without anyone changing a setting.

    How do you keep the signature valid after the certificate expires?

    Add an RFC 3161 timestamp at signing time, and embed the revocation data alongside it. The timestamp tells a future verifier which moment to judge your certificate against, so an expired certificate no longer invalidates the signature. The embedded revocation data lets that verification succeed even when the CA's responders no longer answer questions about a certificate that expired years ago. Acrobat calls the result "LTV enabled".

    How far into the future a PDF signature keeps validating, by PAdES levelThree horizontal lanes share one time axis marked with the signing date, the certificate's expiry date, and a point years later. The first lane, a plain signature with no timestamp, validates only until the certificate expires. The second lane adds an RFC 3161 timestamp, so the verifier judges the certificate as of the signing moment and the signature keeps validating past expiry. The third lane, highlighted in gold, adds embedded revocation data as well, so the signature still validates years later even when the certificate authority's revocation responders no longer answer for that certificate.How long the signature keeps validatingyou signcertificate expiresyears laterSignature onlyPAdES B-Bstops validating+ RFC 3161timestamp · B-Tverifier's clock moves back to the signing moment+ revocationdata · B-LT (LTV)proof travels inside the file — no CA lookup neededAcrobat labels this "LTV enabled" in the Signature Panel
    The gap between the top lane and the bottom one costs nothing at signing time — one preference setting and one server URL. It is worth doing on the first signature rather than the hundredth, because you cannot retrofit a timestamp onto documents that have already gone out.

    The ETSI PAdES baseline gives these states names, and knowing them helps when a counterparty's validation service reports back in that vocabulary. B-B is the bare signature. B-T adds the timestamp. B-LT adds the certificates and revocation responses needed to validate long after the fact, and B-LTA adds archival timestamps on top for documents that must outlive the cryptography itself.

    Two things trip people up here. The first is that a timestamp cannot be added retroactively — the document has to be signed again, which for a countersigned contract may not be possible. The second is that Acrobat will fall back to your computer's clock without complaining if no timestamp server is configured, and the Signature Panel then shows the signing time as coming from the local machine. Nobody has to believe your laptop's clock, and for a document with legal or financial weight, nobody should.

    Should you choose a cloud certificate, a card, or a token?

    All three protect the key in hardware, which is what the trust programmes require, so the decision is about how you work rather than how secure each one is. A cloud certificate signs from any machine after two-factor authentication and never has to be shipped. A card or token puts the key in your pocket, which suits a single signer at one desk and becomes awkward the moment two people need to sign or somebody travels.

    QuestionCloud certificateCard or USB token
    How soon can you sign after approval?As soon as the certificate is issued and the app is installedAfter the hardware arrives — add shipping to the validation time
    Signing from a second computer?Log in from the other machineCarry the device and install the middleware there
    What happens if it is lost?Nothing physical to lose; the account's second factor stands between an attacker and the keyRevoke and replace the certificate, then re-verify
    Works offline?No — signing and timestamping both need the networkSigning does; timestamping still needs the network

    Either way, the identity check comes first. Expect an ID document check and, for an organizational certificate, a look at your company registration records — closer to OV validation for an SSL certificate than to buying software. Budget days rather than minutes, and start the process before the deadline that made you look this up.

    Can you sign without paying for Acrobat?

    Yes. The free Acrobat Reader signs with certificates through the same menu path, and it validates signatures identically, so everyone in a signing chain does not need a paid licence. The capability Reader lacks is certifying — the author's first signature that locks down permitted changes. On Linux, pdfsig from poppler-utils signs and verifies from the command line.

    # Linux: list the signatures already on a PDF
    pdfsig contract.pdf
    
    # Linux: sign with a certificate from the NSS database, adding a timestamp
    pdfsig -add-signature -nick "My Signing ID" \
           -sign-timestamp-server http://timestamp.example-ca.com \
           contract.pdf contract-signed.pdf

    For signing inside an application rather than by hand, Apache PDFBox and iText both produce PAdES signatures and both can talk to a PKCS#11 device, which is how an invoicing system signs every document it generates. The rule that decides whether the output validates is unchanged: whatever produces the signature, the certificate behind it still has to chain to a trust list.

    The same certificate also signs Office files, though Word and Excel validate against the operating system's trusted authorities rather than Adobe's lists — a difference covered in our guide to digitally signing a Word document.

    One tool that does not do what its name suggests: the signature feature in macOS Preview's Markup toolbar. It pastes an image of your handwriting onto the page. No certificate is involved, no hash is computed, and nothing detects a later edit. It is fine for a delivery note and wrong for anything you would want to rely on later.

    What do you do when the signature will not validate?

    Start in the Signature Panel rather than with the banner at the top of the window. The banner is a summary; the panel names the actual failure. Nearly every case falls into one of four buckets: the signer is not trusted, the document changed after signing, the certificate had expired with no timestamp to fall back on, or the certificate was revoked. Each has a different fix and only one of them means something went wrong.

    SymptomMost likely causeFix
    Signer's identity is unknownSelf-signed ID, an internal CA, or a CA that is not on a trust listRe-sign with a certificate from an AATL or EUTL CA
    Document has been altered since signingThe file was edited, flattened, or re-saved through another tool after signingReturn to the pre-signature original and make signing the last step
    Was valid, now shows unknown months laterNo timestamp, so the certificate's expiry took the signature with itConfigure a timestamp server, then re-sign anything still in circulation
    Signature validity is unknown on one machine onlyThat reader has not downloaded the trust list, or is offline behind a proxyLet Acrobat update trusted identities, or embed revocation data so validation needs no lookup
    The digital ID does not appear in the signing dialogMiddleware missing, the card reader not detected, or the cloud app not logged inInstall the CA's software, connect the device, then restart Acrobat

    The one worth catching early is row three. A signature that validated on the day you sent it and reads as unknown eighteen months later was never wrong — it just had nothing recording when it was made. That is a documentation problem you only discover when someone reopens an old contract, which tends to be the least convenient moment available. If you are setting up signing for a team, get the timestamp server configured along with the certificate itself rather than treating it as an optional extra.

    Frequently asked questions

    Frequently Asked Questions

    Get instant answers to common questions about SSL certificates and our services.

    Still Have Questions?

    Our SSL experts are available 24/7 to help with any questions about certificates, installation, or technical issues.

    Signing for someone other than yourself?

    Everything above works with a self-made digital ID right up to the moment a recipient opens the file. If the documents are going to clients, partners, or a public authority, the certificate has to chain to a trust list before the signature means anything on their screen. Our document signing certificates come from Certum, a CA on the Adobe Approved Trust List, and are delivered as a cloud certificate on a virtual card — so there is no hardware to wait for once verification clears.

    Related reading