After your certificate is approved, you can download your SSL and intermediate certificates from the SSL application.
After your certificate request is approved, you can download your SSL and intermediate certificates from the SSL application. For more information see Downloading Your SSL Certificate. You will want to select the Apache option when you download your certificate.
Note: This SSL installation was done on a CentOS 7 server with a LEMP stack installed. The exact configuration of your server may be different, based on your version of Nginx, your OS platform, or the method used to install Nginx.
sudo mkdir /etc/nginx/ssl
cp coolexample.key /etc/nginx/ssl
cd /etc/nginx/ssl
sudo cat f84e19a2f44c6386.crt gd_bundle-g2-g1.crt >> coolexample.crt
Note: The certificates have to be listed in this order with the concatenate command or the SSL will not work properly on your server.
9. server {listen 80;server_name coolexample.com; return 301 https://$host$request_uri;}server {listen 443 ssl;server_name coolexample.com; ssl_certifica /etc/nginx/ssl/coolexample.crt; ssl_certificate_key /etc/nginx/ssl/coolexample.key;roo/usr/share/nginx/coolexample.com/;index index.php index.html index.htm;}
Need help? Find help in our knowledgebase or simply chat to us .
Wurk and its subsidiaries are registered services provider.