How to Setup HTTPS/SSL Certificates


Revision as of 13:25, 3 July 2015 by Wikiadmin (talk | contribs)

Note that we do not resell SSL Certificates through Bravenet at this time, but we do include support for you to add your SSL Certificates to your account and set them up with your FTP hosted domains/sites. If you don't already have one, you can get a free compatible certificate from here on StartSSL: http://www.startssl.com/?app=1

Specifications

Certificate Requirements

For SSL Certificates to be compatible with a Bravenet-hosted website, they must be x509 certificates, in the .pem format.

You will need to ensure that you have the domain registered (either with us, or as an external domain) before you can load the certificate. You will also want your certificates to cover both www.yourdomain.com and yourdomain.com (most SSL providers will include yourdomain.com if you certify www.yourdomain.com). You will also need a Bravenet Pro account to utilize SSL Certificates.

Server/User Considerations

On the server-side, Bravenet HTTPS protocols are facilitated/provided through a reverse proxy powered by Nginx.

End-user browsers must support SNI (Server Name Indication) to be compatible with SSL Certificates. By default, most browsers provide SNI support, but some do not.

Setup the SSL Certificate

  1. Log in to your Bravenet user account.
  2. Click to the Web Hosting tab from the top of the page.
  3. Click on the SSL Certificates button.
  4. If you were provided the certificate as separate files, click the Upload Files radio button.
    1. Click Choose File by Certificate, and navigate to the certificate file (extension .pem or .crt usually).
    2. Click Choose File by Private Key, and navigate to the key file (extension .key usually).
  5. If instead you have the cert as plaintext, select the Paste Text radio button.
    1. Click into the Certificate text field, and paste the certificate code, including and starting at the line -----BEGIN CERTIFICATE----- and ending with and including -----END CERTIFICATE-----
    2. Click into the Private Key text field, and paste the key code, including and starting at the line -----BEGIN RSA PRIVATE KEY----- and ending with and including -----END RSA PRIVATE KEY-----
  6. Enter the certificates password if there is one. If not, leave the field empty.
  7. Click on Add Certificate to finalize the certificate.