Frequently Asked Questions

Help Center Search

Adding an SSL Certificate to a Domain in Simple Control Panel

Print this Article
Last Updated: November 12, 2008 9:13 AM

An SSL certificate is a digital certificate that authenticates the identity of a Web site and encrypts information sent to the server using Secure Sockets Layer (SSL) technology.

Once signed and issued, you receive an email message that allows you to download the certificate along with our intermediate certificates, all of which must be installed on your Web site.

To install a certificate automatically

  1. Log in to your Account Manager.
  2. In the My Products section, click SSL Certificates.
  3. Click Request Certificate.
  4. When asked where the certificate is to be hosted, select to host it on a Simple Control Panel server.
  5. Choose the specific Simple Control Panel account to associate with your certificate.

Follow the instructions on the site to submit your request. Once your certificate is issued, it is automatically applied to any matching domains you have configured in Simple Control Panel.

To manually install a certificate from a Certificate Authority (CA)

  1. Log into Simple Control Panel.
  2. Click the SSL Certificates icon.
  3. Click Add New Cert.
  4. In the Certificate name field, enter a name used to identify the certificate.
  5. In the Domain field, select a domain to restrict this certificate to, or select any to allow it to be used with any domain.
  6. In the Private key field, paste your private key (in OpenSSL PEM format).
  7. In the CSR field, paste your CSR, if you have one (in OpenSSL PEM format).
  8. In the Certificate field, paste the certificate given to you by your Certificate Authority (in OpenSSL PEM format).
  9. In the Intermediate certificate chain field, paste any intermediate certificates given to you by your Certificate Authority (CA), (in OpenSSL PEM format).
  10. Click Save. Your certificate is automatically applied to any matching domains you have configured in Simple Control Panel.

To manually generate a Certificate Signing Request (CSR)

  1. Log into Simple Control Panel.
  2. Click the SSL Certificates icon.
  3. Click CSR.
  4. In the Certificate name field, enter a name used to identify the CSR.
  5. In the Domain field, select a domain to restrict this certificate to, or select any to allow it to be used with any domain.
  6. In the Common name (CN) field, enter the domain name to request a CSR for.
  7. In the Organization (O) field, enter your company name, or your own name if this is an individual request.
  8. In the Organizational unit (OU) field, enter your department, if any.
  9. In the Location (L) field, enter your city.
  10. In the State (ST) field, enter your state or province.
  11. In the Country (C) field, select your country.
  12. In the Email (E) field, enter your email address.
  13. In the Key length (bits) field, select the strength of your key. 1024-bits is recommended for maximum compatibility.
  14. Click Save. A Certificate Signing Request (CSR) is be generated with the selected name.
  15. Click the Edit button next to the Certificate Signing Request you just created.
  16. Copy the text of the CSR field and submit it to your Certificate Authority (CA). Once your certificate has been issued, paste the certificate and optionally the intermediate certificate chain into the appropriate fields.
  17. Click Save. Your certificate is automatically applied to any matching domains you have configured in Simple Control Panel.

To generate a self-signed certificate

  1. Log into Simple Control Panel.
  2. Click the SSL Certificates icon.
  3. Click Self-Signed.
  4. In the Certificate name field, enter a name used to identify the certificate.
  5. In the Domain field, select a domain to restrict this certificate to, or select any to allow it to be used with any domain.
  6. In the Common name (CN) field, enter the domain name to generate a certificate for.
  7. In the Organization (O) field, enter your company name, or your own name if this is an individual request.
  8. In the Organizational unit (OU) field, enter your department, if any.
  9. In the Location (L) field, enter your city.
  10. In the State (ST) field, enter your state or province.
  11. In the Country (C) field, select your country.
  12. In the Email (E) field, enter your email address.
  13. In the Key length (bits) field, select the strength of your key. 1024-bits is recommended for maximum compatibility.
  14. Click Save. A self-signed certificate is generated with the selected name.

NOTE: You need to manually assign the new certificate to any domains you want to configure through Apache, as self-signed certificates are not considered trusted.

To change the certificate associated with a domain

Simple Control Panel attempts to automatically assign certificates to domains wherever possible. However, sometimes it is necessary to override the automatic selections.

  1. Log into Simple Control Panel.
  2. Click the Domains icon.
  3. Select the domain you want to modify, and click the Edit icon.
  4. In the SSL certificate field, select a certificate to use, or select none to disable SSL support for this domain.

    NOTE: Available certificates are grouped into two different categories - Preferred and Other. Preferred certificates are those which are most likely to work without issue on the current domain. Other certificates are those which may cause browser validation issues if used. Examples of Other certificates include those which are expired, revoked, self-signed, or do not apply to the current domain.

  5. Click Save. The changes made are be applied to the Apache web server, and Apache will restart.