Certificates 1.4 Flashcards
1
Q
Digital Certificate
A
- A digital file sent as an attachment to a message.
- Verifies the message came from trusted sender.
- Establishes an association between the subject’s identity and the public key.
2
Q
Public Key Certificate
A
- Binds a public key with a digital signature and other details about the key holder.
3
Q
Public Key Infrastructure
A
- Provides all the components necessary for different types of users and entities to be able to communicate securely in a predictable manner.
4
Q
Certificate Authority (CA)
A
- Trusted authority that certifies individual’s identities and creates electronic documents verifying their identity.
5
Q
X.509 Format
A
- Standard format of certificates.
- Outlines the necessary fields of a certificate and the possible values that can be inserted into the fields.
6
Q
X.509 Certificate Details
A
- Serial number, version, signature algorithm, issuer, name of of the cert holder, public key, extensions, thumbprint algorithm, and thumb print.
7
Q
Root of Trust
A
- An inherently trusted component.
- Hardware, software, firmware, or other components.
- Hardware security module, secure enclave, certificate authority
8
Q
Certificate Signing Requests (CSR)
A
- Actual request to a CA containing a public key and requisite information needed to generate a certificate.
- Contains all the identifying information that needs to be bound to the key.
9
Q
Self-Signed Certificates
A
- Internal certificates don’t need to be signed by a public CA.
- Companies creates its own root node by creating its certificate chain.
10
Q
Subject Alternate Name (SAN)
A
- Extension to an X.509 certificate.
- Lists additional identification information.
- Allows a certificate to support many different domains.
11
Q
Wildcard Certificates
A
- Include an asterisk and period before the domain name.
- Includes a SAN
12
Q
Certificate Revocation List (CRL)
A
- A list of serial numbers of certificates that have been revoked.
- Maintained by the Certificate Authority (CA).
- Expired certificates not the same ones as being revoked.
13
Q
Online Certificate Status Protocol (OCSP)
A
- A request and response protocol that obtains the serial number of the certificate that is being validated and review CRLs for the client.
14
Q
OCSP Stapling
A
- Sending status of the certificates on the web service itself.
- This is sent through the SSL/TLS handshake.
- Uses a digital signature by the CA.