Chapter 5
Chapter 5
Chapter 5
Install a CA Hierarchy
Enroll Certificates
Secure Network Traffic by Using Certificates
Renew Certificates
Back Up and Restore Certificates and Private Keys
Revoke Certificates
Certificates - provide the primary method of identifying that a given user is valid. Certificates can also be used
to store authorization information. Another important factor is verifying or certifying that a system is using the
correct software and processes to communicate.
Certificate Authority (CA) - responsible for maintaining certificates in the PKI environment
- an organization that is responsible for issuing, revoking, and distributing certificates
Digital Certificates
an electronic document used to prove the ownership of a public key
Certificate Authentication
Public Key Infrastructure (PKI)
a set of roles, policies, and procedures needed to create, manage, distribute, use, store & revoke digital
certificates and manage public-key encryption.
PKI Components
Digital certificates
Certificate authorities
Registration authority
Certificate repository database
Certificate management system
Certificate signing request
CA Hierarchies
The Root CA
Certificate Renewal
Certificates expire and need to be renewed.
Renewal process upholds security and accessibility.
Private Key Protection Methods
Back up to removable media
Delete from insecure media
Require restoration password
Never share
Never transmit on network
Use key escrow
Key Escrow
Alternative to key backup.
Allows one or more trusted third parties access to the keys under predefined conditions.
Third party is called the key escrow agent.
Key escrow - an arrangement in which the keys needed to decrypt encrypted data are held in escrow so that,
under certain circumstances, an authorized third party may gain access to those keys. These third parties may
include businesses, who may want access to employees' private communications, or governments, who may wish
to be able to view the contents of encrypted communications.
Private Key Restoration Methods
Key escrow:
One or more escrow agents can restore
Key backup:
Restore from backup media
Certificate Revocation List (CRL) - created and distributed to all CAs to revoke a certificate or key
Online Certificate Status Protocol (OCSP)
Alternative to CRL
HTTP-based
Checks specific certificate based on request
Sends response with certificate’s status
Lower overhead than CRL
Lacks encryption
the mechanism used to verify immediately whether a certificate is valid. The Certificate Revocation List
(CRL) is published on a regular basis, but it isn’t current once it’s published.