What is PKI?
PKI, short for Public Key Infrastructure, is a security infrastructure based on public-key cryptography. It is used to issue and manage digital certificates, which serve as identification documents on the internet.
PKI consists of three main components:
Individuals or organizations with a digital certificate hold two cryptographic keys:
Public and private keys are paired. Data encrypted with the public key can only be decrypted with the private key, and vice versa (commonly using the RSA algorithm). This property enables tasks such as providing identity authentication through digital signatures and securing encrypted communication.
Certificate Authorities (CAs):
These are entities that issue digital certificates. When a person or organization receives a digital certificate from another, its authenticity is validated based on its issuance by a trusted CA. A certificate issued by a trusted CA is regarded as reliable.
Repositories:
These systems centrally manage the certificates issued by CAs and distribute them to users for verification and use.