• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer

Mister PKI

SSL Certificates * SSL Tools * Certificate Decoder

  • Home
  • OpenSSL
  • Keytool
  • SSL Tools
  • Donate
  • Cookie Policy (EU)
  • Contribute to Mister PKI (Cybersecurity Guest Posts)
  • PKI for DevOps Engineers (Free Training)
  • SSL Certificate Consulting & TLS Troubleshooting
  • Apereo CAS Consulting

PKI Glossary (Public Key Infrastructure) of terms

February 9, 2021 by Mister PKI Leave a Comment

A PKI Glossary of terms and definitions covering some of the most common topics in a Public Key Infrastructure.

Short PKI Glossary:

PKI – A public key infrastructure provides a way to encrypt the web with digital certificates and manage the life cycle of the certificates, including enrollment, revocation, and expiration.
HTTPS – HTTPS is the secure version of the HTTP protocol, providing encryption of HTTP traffic with digital certificates issued by a PKI.
SSL – The Secure Sockets Layer is a standard for providing encryption between two entities (client and server). It is the secure protocol providing secure HTTP(s).
TLS – Transport Layer Security is the most recent version of the SSL standard/protocol.
Encryption – Encryption is simply the translation of plain text data into secret data. Asymmetric encryption (using public and private key pair) is used by PKI to encrypt the web. Symmetric encryption, on the other hand, uses one shared secret key to both encrypt and decrypt data.
Digital Certificate – A digital certificate, most commonly an X.509 certificate, is issued by Certification Authorities (CA) containing the public key of a key pair. This certificate is installed on web servers or in client code depending on the use case and can be used to identify a server or be used for client authentication.
Certification Authority – In simple terms, a Certification Authority (CA) is an entity that issues the digital certificates. Many CAs are publicly trusted, but many uses are for private CA’s for in house purposes that do not rely on external public trust.

Read more of our content.

Uncategorized

Reader Interactions

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Primary Sidebar

Popular Posts

PKCS12

openssl s_client

Keytool

Keytool list

ECDSA vs RSA

OpenSSL

PKCS7

Certificate Decoder

PKI for DevOps Engineers – Free Training Series

PKI for DevOps Training Hub

Lesson 1 – How TLS and PKI Work

Lesson 2 – Understanding X.509 Certificates

Lesson 3 – Certificate Chains Explained

Lesson 4 – Debug TLS with OpenSSL

Lesson 5 – Verify Certificate Chains

Lesson 6 – Creating CSRs with OpenSSL

Lesson 7 – Working with PKCS12 Certificates

Lesson 8 – Java Keystores and keytool

Lesson 9 – Certificate Expiration Monitoring

Lesson 10 – Automating Certificate Renewal

Lesson 11 – Common TLS Errors

Lesson 12 – PKI Architecture for DevOps

Recent Posts

  • OpenSSL dgst: Create Checksums and Verify Digital Signatures
  • OpenSSL crl: Check Certificate Revocation Lists and Revoked Certificates
  • OpenSSL crl2pkcs7: Create PKCS#7 and P7B Certificate Bundles
  • OpenSSL cms: Sign, Verify, Encrypt, and Decrypt Files
  • OpenSSL CMP: Automate Certificate Enrollment and Renewal

Footer

  • Twitter
  • YouTube

Copyright © 2026