Installing an SSL Server Certificate

Description

When you receive the SSL Server Certificate:

  1. Ensure that your Certificate Authority (CA) provided the certificate in the standard X.509 format. If your CA does not list the specific certificate format, but instead lists the servers with which the certificate is compatible, choose an Apache compatible certificate.

  2. Open a new document in a text editor and paste the certificate text.

  3. Save the new document as ASCII text with any name you would like, although the standard convention is to use a file extension of .CRT or .CER.

  4. Once you have saved this file, open the Application Server Control Panel.

  5. Display the SSL Tab.

  6. Enter the path and name of the certificate file (that you just created) in the SSL Certificate File text box.

  7. Specify the matching key file in the Private Key File text box.

  8. Whether or not you need to specify a password (in the Private Key Password text box) depends on if you assigned one when you generated the key file.

  9. Your Certification Authority will also tell you if you need to specify a certificate chain file in the Certificate Chain File text box.

Below are links to the documentation for common Certification Authorities.

See Also