Digital Certificates Flashcards
What is a digitally-signed electronic document that binds a public key with a user’s identity?
Digital certificate
When referring to a “user”, what does that entail in regards to digital certificates?
A user can be a server, a real person, a workstation, or another device.
What standard is used for digital certificates?
X.509
It contains the owner/users information, and the certificate authorities information. Certificates are signed by a trusted certificate authority or in some cases, self signed.
What is contained in a digital certificate?
Owner or user information:
Name, organization, or public key
Certificate Authority information: Name Digital signature CA serial number Issue date Expiration date
How do you obtain a digital certificate?
You have to purchase it from a certificate authority
What is a wildcard certificate?
A certificate that allows the subdomains to use the same public key certificate.
Can you use a digital certificate from one of your websites for another one of your websites?
How?
Yes, the certificate must specify the additional domains and IP addresses via the Subject Alternative Name (SAN)
Note: A domain is the name of a website
What is the difference between a single sided vs a dual sided certificate?
Single-sided only requires the server to be validated.
Dual-sided requires both the server and user to be validated.
Note: The server identifies itself to the users web browser using the servers digital certificate. In dual-sided the user also validates itself to the server. Dual-sided is usually only used in high-security environments.
How are digital certificates validated?
They are validated using a chain of trust
What muse happen with a certificate before it can be used?
It must be encoded using X.690 standard. X.690 uses BER, CER, and DER for encoding.
What is BER?
The Basic Encoding Rules. The original encoding rules for digital certificates.
Note: This means what type of encoding types can be used for a certificates.
What is CER?
The Canonical Encoding Rules. A restricted version of BER that only allow one type of encoding.
What is DER?
Distinguished Encoding Rules. A restricted version of BER. It restricts length, character strings, and how elements of digital certificates are stored in X.509.
This is the most common used encoding for X.509 certificates.
What are the file extensions for digital certificates?
.pem .cer .crt .key .p12 .pfx .p7b
Note: If you get a question regarding these on the exam, its a question related to PKI.