(2 votes, average: 5.00 out of 5)
Loading...
This guide will show you the step-by-step process to generate Certificate Signing Request in NGINX Web Server.
To generate the CSR, you have two options.
Generating CSR on the NGINX web server is very easy and quick using our free CSR generation tool.
You can use OpenSSL Command to generate the CSR on NGINX Web Server. Perform the following steps.
Run the following command to create CSR.
openssl req -new -newkey rsa:2048 -nodes -keyout example.key -out example.csr
Note: In the above code, you must replace the example with your domain name.
Now add the following details to the CSR
You can either submit or skip two optional fields Challenge Password and Optional Company Name.
Once you add all the details, you will get the CSR Data and Private Key on your screen. Use our SSL Installation guide to NGINX Web Server.