Terminology Index

Glossary

1801 terms

Open concept maps

Showing 1121-1152 of 1801 terms

O
8
P
24

PKI

Public Key Infrastructure: the system of certificate authorities, certificates, and trust relationships that binds public keys to identities, enabling trusted use of public-key cryptography for TLS, signing, and authentication.

PKI is the framework that makes public-key cryptography trustworthy at scale: certificate authorities issue digital certificates binding a public key to a verified identity, organized into chains of trust from roots through intermediates, with mechanisms for validation and revocation. It underpins HTTPS/TLS, code signing, email security, and certificate-based authentication. Understanding PKI, CAs, certificates, chains, and revocation, is foundational to how trust is established in encrypted and authenticated communication.

Introduced in: Cryptography Essentials

Examples

  • A CA issuing a certificate binding a public key to a website's identity.
  • Validating a certificate up the chain of trust to a trusted root.
  • Relying on PKI to establish trust in a TLS connection.

No related terms linked yet.