Setting up Nginx for Certs - jwells24/Tech-Journal GitHub Wiki

Creating client Keys & a CSR on Nginx

  • The first thing necessary to do is to make sure openSSL is installed with the command below, because that is what we will be using for the private key and CSR.

  • Once OpenSSL is installed, the first thing we need to do is create our web servers private key.