Public Key Infrastructure Flashcards
Certificate
Digitally signed electronic documents that bind a public key with a users identity.
X.509 - PKI standard that often uses Single Sign On (SSO) authentication
Certificate authority (CA)
The entity that issues certificates to users. It is a 3rd party that negotiates the security of the connection between you and your website.
Also responsible for verifying the identity of the recipient of the certificate
mapping
It’s one to one mapping if an individual certificate is mapped to a recipient
It’s many to one mapping if multiple certificates are mapped to a recipient
Registration authority
Used to verify requests for certificates.
If the request is valid the RA tells the CA to issue the certificate
Certificate revocation list (CRL)
A list of certificates that are no longer valid or have been revoked by the user
Online Certificate Status Protocol (OCSP)
Alternative to CRL but contains less information
It doesn’t require encryption so it’s less secure
Key escrow
A secure copy of a users private key is held just Incase it is lost.
Key recovery agent
Allows the restoration of keys If they are lost or corrupted
This has to be set up on windows server