How to Install an SSL Certificate on Linux with Nginx
Nginx SSL certificate installation requires two configuration files: 1_root_bundle.crt and 2_domainname.com.key.
Note: These certificate files are located in the folder for Nginx.zip.
Example: 1_root_bundle.crt is the root certificate chain (public key), and 2_domainname.com.key is the private key. (Where: the certificate public …