Lesson 6: Implementing PKI Flashcards
A digital certificate
is a public assertion of identity, validated by a certificate authority (CA). As well as asserting identity, certificates can be issued for different purposes, such as protecting web server communications or signing messages.
Public key infrastructure (PKI)
aims to prove that the owners of public keys are who they say they are. Under PKI, anyone issuing public keys should obtain a digital certificate.
Certificate Authority (CA)
is the entity responsible for issuing and guaranteeing certificates
Online CA
is one that is available to accept and process certificate signing requests, publish certificate revocation lists, and perform other certificate management tasks.
Offline CA
is a secure configuration involved in making the root disconnected from any network and usually kept in a powered-down state. The root CA will need to be brought online to add or update intermediate Cas
Registration
is the process by which end users create an account with the CA and become authorized to request certificates.
Certificate Signing Request (CSR)
When a subject wants to obtain a certificate. The subject will complete a CSR and submits it to the CA.
Registration Authorities (RAs)
RAs complete identity checking and submit CSRs (Certificate Signing Request) on behalf of the end users. They do not sign or issue certificates.
Digital Certificates
Contains information about the subject and the certificate’s issuer or guarantor. The cert is digitally signed to prove that it was issued to the subject by a particular CA.
CN (Common Name)
was used to identify the FQDN by which the server is accessed, such as www.comptia.org. CN is now deprecated.
SAN
(Subject Alternative Name) – is structured to represent different types of identifiers, including domain names.
Certificate Policies
define the different uses of certificate types issued by the CA.
Server Certificate
guarantees the identity of e-commerce sites or any sort of website to which users submit data that should be kept confidential.
Domain Validation (DV)
proving the ownership of a particular domain.
Extended Validation (EV)
a process that requires more rigorous checks on the subject’s legal identity and control over the domain or software being signed.