Certificates Flashcards

1
Q

What is a machine certificate?

A

A certificate that gives a computer permissions to do something out of the ordinary. The main purpose for machine certificates is authentication, both client-side and server-side.

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

What is a user certificate?

A

They specify which resources a given user can have access to.

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

What is a code signing certificate?

A

A special class of digital certificate that identifies an organization. It is used to prove the identity of a vendor and ensure the integrity of the software. The OS uses them to validate the vendor.

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

What do email certificates use?

A

S/MIME

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

What is a wildcard certificate?

A

Used to identify parent domains and verify all sub (child) domains. They are represented by an asterisk.

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

What is a domain validation (DV) certificate?

A

Low-cost certificates that only require validation that a company or person can demonstrate control over a web domain for which they want to secure a certificate. Lowest level of validation.

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

What is an organization validation (OV) certificate?

A

Provides an extra level of online trust by authenticating the business identity and legitimacy. An organization must prove it owns the domain name it wishes to secure and confirm that it is a legally registered business. Greater validation than DV.

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

What is an extended validation (EV) certificate?

A

The highest form of organization identification. Requires a 16-point check to verify details such as: website domain, website owner, and the applicant’s legal, physical, and operational existence and identity. The most rigorous validation process.

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

What are Distinguished Encoding Rules (.der)?

A

A restricted variant of BER for producing unequivocal transfer syntax for data structures described by ASN. It is binary encoded and does not include a private key (.cer).

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

What is Privacy Enhanced Mail (PEM)?

A

An email security standard to provide secure electronic mail communication over the internet. it is Base54 ASCII encoded and can support various extensions.

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

What is Public Key Cryptography Standards #7 (PKCS#7)?

A

A form of electronic signature used to secure messages that can only be read by the intended recipient. Includes public key, certificate information, and certificate chain (.P7B).

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

What is Public Key Cryptography Standards #12 (PKCS#12)?

A

Includes both public and private keys, certificate information (including extended properties), and certificate chain.

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