Lesson 5: Configuring SSL Certificates Flashcards

Understand the basics of SSL certificates; Create a self-signed SSL certificate; Create a certificate signing request; Import a certificate signed by a certificate authority; Archive your certificate; Configure which certificate your OS X Server services use

1
Q

What’s the difference between a root CA and an intermediate CA?

A

An intermediate CA’s public key certificate is signed by another CA. A root CA’s public key certificate is signed by itself. Note that there is a set of root CAs and intermediate CAs that OS X trusts.

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

What’s the problem with just using a self-signed SSL certificate?

A

Computers and devices accessing services that use a self-signed SSL certificate will see a message that the SSL certificate is not trusted. It is a security risk to teach users to just trust any SSL certificate that causes a warning.

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

What tool do you use to create a new self-signed SSL certificate and a CSR?

A

Use the Server app to create a new self-signed SSL certificate and a CSR.

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

What do you need before you can create a CSR?

A

You need a self-signed SSL certificate before you can use it to create a CSR.

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