- What's the difference between an electronic certificate and a digital signature?
- The digital signature is the result of a cryptographic operation applied to a document; the electronic certificate is the file that proves who owns the key used to sign. Without a certificate, a digital signature is just an unverifiable string of bytes: it is the certificate, issued by a certificate authority, that binds the signature to a real identity and makes it verifiable.
- What is a certificate authority?
- A certificate authority (CA) is a trusted third party that verifies an applicant's identity, issues an electronic certificate binding their identity to their public key, and publishes the information needed to verify and revoke that certificate. Qualified CAs are supervised by national authorities (ANSSI in France) and listed on the European Union's trusted list.
- What is a qualified certificate?
- A qualified certificate is an electronic certificate issued by a qualified trust service provider (QTSP) listed on an EU member state's trusted list. It is the highest assurance level recognised in Europe and the prerequisite for a qualified signature (QES), the only electronic signature automatically equivalent to a handwritten one under the eIDAS regulation.
- What is PKI?
- PKI (Public Key Infrastructure) is the set of authorities, hardware, software and procedures that manage the lifecycle of electronic certificates: issuance, renewal, publication, revocation. It organises the chain of trust that links an end user's certificate to a recognised root authority.
- How do you check that a certificate is still valid?
- Beyond its validity period, a certificate may have been revoked (compromised key, issuance error). Two mechanisms check this: the CRL (Certificate Revocation List), a list of revoked certificates published regularly by the CA, and the OCSP protocol (Online Certificate Status Protocol), which queries a given certificate's status in real time. Signatures in PAdES B-LT/B-LTA format embed this data to stay verifiable over time.
- Do you need to buy a certificate to sign electronically?
- Not for most uses. For a simple (SES) or advanced (AES) signature, the signing platform manages the certificates — you have nothing to buy or install. An individual qualified certificate is only needed to issue qualified signatures (QES) on your own; otherwise the qualified certificate is provided on the fly by the partner QTSP at signing time, after verifying your identity.
- What is an X.509 certificate?
- X.509 is the international standard defining the structure of an electronic certificate. An X.509 certificate contains, among other things: the holder's identity (the "subject"), their public key, the issuing authority's identity, a serial number, a validity period, the permitted key uses, and the CA's signature sealing it all. It is the format used both for document signing and for the TLS certificates that secure websites.