Digital Certificates Flashcards

1
Q

What is a digitally-signed electronic document that binds a public key with a user’s identity?

A

Digital certificate

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

When referring to a “user”, what does that entail in regards to digital certificates?

A

A user can be a server, a real person, a workstation, or another device.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What standard is used for digital certificates?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is contained in a digital certificate?

A

Owner or user information:
Name, organization, or public key

Certificate Authority information:
Name
Digital signature
CA serial number
Issue date
Expiration date
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How do you obtain a digital certificate?

A

You have to purchase it from a certificate authority

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is a wildcard certificate?

A

A certificate that allows the subdomains to use the same public key certificate.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Can you use a digital certificate from one of your websites for another one of your websites?

How?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the difference between a single sided vs a dual sided certificate?

A

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 well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How are digital certificates validated?

A

They are validated using a chain of trust

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What muse happen with a certificate before it can be used?

A

It must be encoded using X.690 standard. X.690 uses BER, CER, and DER for encoding.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is BER?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is CER?

A

The Canonical Encoding Rules. A restricted version of BER that only allow one type of encoding.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is DER?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What are the file extensions for digital certificates?

A
.pem
.cer
.crt
.key
.p12
.pfx
.p7b

Note: If you get a question regarding these on the exam, its a question related to PKI.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly