Certificate Types Flashcards

(8 cards)

1
Q

Root Certificate

A

A root certificate is the first certificate that a Certificate Authority (CA) creates. It is the top-level certificate. They are self-signed by the CA and are used to sign lower-level certificates such as intermediate certificates.

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

Subject Alternative Name (SAN) Certificate

A

SAN certificates allow an organization to cover multiple domains with one certificate. For example, TestOut could cover the following domains in a single SAN certificate:
- TestOut.com
- TestOut.net
- LabSim.com

Multiple domains with one certificate.

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

Wildcard Certificate

A

Wildcard certificates are similar to SAN certificates. But instead of covering multiple domains, the organization can cover one domain and multiple subdomains. For example, TestOut could cover the following in one certificate:
- quiz.testout.com
- labs.testout.com
- videos.testout.com
- *.testout.com

One domain and multiple subdomains with one certificate.

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

Code-Signing Certificate

A

Code-signing certificates are used by app developers to prove their application is legitimate.

If a user tries to run an app that does not have a certificate, they will receive an error stating that the app cannot be trusted. The user can decide to close the app or run it.

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

Self-Signed Certificate

A

Self-signed certificates are certificates that have not been validated or signed by a CA, are easy and free to make, and do not provide the same protection and security as a CA-validated certificate.

When a user visits a website using a self-signed certificate, they see a warning that the certificate is not trusted.

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

Email Certificate

A

Secure, encrypted emails are sent using the S/MIME Protocol.

Senders need to know the recipient’s public key when sending a secure email. The public key is found in email certificates.

Email certificates are mainly used in an organization that uses its own CA. However, some public CAs provide email certificates as well.

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

User and Computer Certificate

A

User and computer certificates are used in a network environment to identify and validate specific users or computers.

When a user or computer logs into a network, their certificate is sent to the server for validation. This provides extra security to the network.

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

Certificate Fields

A

A certificate also contains fields for: Organization (O); Organizational Unit (OU); Locality (L); State (ST); Country (C).

These are concatenated with the common name to form a Distinguished Name (DN).

For example: Example LLC’s DN could be: CN=www.example.com, OU=Web Hosti

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