How to Install an SSL/TLS Certificate In Nginx Server (OpenSSL)

1. Your server certificate

This is the certificate you received from the CA for your domain. You may have been sent this via email. If not, you can download it by visiting your Account Dashboard and clicking on your order.

2. Your intermediate certificates

These files allow the devices connecting to your server to identify the issuing CA. There may be more than one of these certificates. If you got your certificate in a ZIP folder, it should also contain the Intermediate certificate(s), which is sometimes referred to as a CA Bundle. If not, download the appropriate CA Bundle for your certificate.

3. Your private key

This file should be on your server, or in your possession if you generated your CSR from a free generator tool. On certain platforms, such as Microsoft IIS, the private key is not immediately visible to you but the server is keeping track of it.

Installation Instructions

1. Copy your Certificate Files

Copy the Certificate Files into the proper directory on your server.

Note: For better security, make them readable by root only.

2. Link your files

You need to link the two certificates (or “Concatenate” them) into a single file by entering the command below:

cat your_domain_name.crt Intermediate.crt >> bundle.crt

3. Edit your virtual host file

Edit your Nginx virtual host file. Copy the existing server module (the non-secure one) and paste it below the original before adding the following lines in bold:

server {
  listen443;
    ssl on;
    ssl_certificate /etc/ssl/your_domain_name.pem; (or  bundle.crt)
  ssl_certificate_key /etc/ssl/your_domain_name.key;
    server_name your.domain.com;
    access_log /var/log/nginx/nginx.vhost.access.log;
    error_log /var/log/nginx/nginx.vhost.error.log;
    location / {
    root  /home/www/public_html/your.domain.com/public/;
    index  index.html;
    }
    }

4. Restart Nginx

Restart Nginx using the command line below:

sudo /etc/init.d/nginx restart

Congratulations! You’ve successfully installed your SSL certificate! To check your work, visit the website in your browser at https://yourdomain.tld and view the certificate/site information to see if HTTPS/SSL is working properly. Remember, you may need to restart your server for changes to take effect.

Posted: January 18, 2018
SSL Retail SSL Retail support
Was this article helpful? Yes No

0 comments


    Add comment

    To add a comment please sign up or login

    Supercharge Your Business with EV SSL

    EV SSL bring your business to new heights, we offer industries leading EV certificates at lowest prices. EV SSL product is highly secure and most trusted certificate which display your business name on the browser addressbar with secure padlock. Customers or website visitors can verify name, existance, operating status and domain control of the business by clicking on the trusted dynamic site seal. High warranty amount, mobile friendly, Anti-malware Scan and minimum issuance time make it a precious value. EV SSL also highly increase SEO ranking and performance of your business website.

    So Quickly Display Your Business Name in the SSL certificate
    With Easy Validation and 24x7 Support

    Join us! for Lowest Price and Highest Satisfaction


    Get Discounts, Offers and SSL Alerts