How do I install an SSL Certificate into Nginx?
Problem How do I install an SSL Certificate into Nginx? Solution The HttpSslModule supports SSL certificates in Nginx although it is not enabled by default. This guide explains how to configure it for use. Part I - Preparing Your SSL Certificate Nginx is similar to Apache on its install, however the intermediate and root certificates in the chain are specified separately as they are in Apache. In order to successfully install your SSL certificate, you must create a 'bundle file' that contains your SSL certificate, the intermediate certificate and the root certificate in one file. Part I of this document will explain how to create this 'bundle file' in the correct order. First you must obtain your certificate in PEM format. By default, QuoVadis issues certificates in this format. You must convert this file if you have your SSL certificate in a different format. Note: QuoVadis provides a conversion tool at https://pkiwidgets.quovadisglobal.com/pkiwidgets/convertC