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
What’s the difference between a root CA and an intermediate CA?
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.
What’s the problem with just using a self-signed SSL certificate?
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.
What tool do you use to create a new self-signed SSL certificate and a CSR?
Use the Server app to create a new self-signed SSL certificate and a CSR.
What do you need before you can create a CSR?
You need a self-signed SSL certificate before you can use it to create a CSR.