


Type the following command at the prompt in OpenSSL: If the passphrase is lost, you must generate a new key pair.Ī NIST P-256 ECC private key will be generated and stored in the file “Generating the CSR Please keep the passphrase in a safe location as it cannot be recovered. You will then be prompted for a passphrase.

Note: If you wish to use a passphrase with your private key you can include “ -des3” in the command. Type the following command at the prompt in OpenSSL (type openssl in unix systems): Note:If you are using OpenSSL on Windows, please navigate to your OpenSSL “bin” directory and open a command prompt. (We recommend setting the permission to 600 on the private key). It is recommended to generate the key pair in a directory with locked down permissions. Note: Change to the website you wish to create the CSR forīrowse to a folder where you like to generate your keypair. If you have a custom install, you will need to adjust these instructions appropriately. OpenSSL is usually installed under (/usr/local/ssl). The utility “OpenSSL” is used to generate both Private Key (key) and Certificate Signing Request (CSR). When you have completed this process, you will have a CSR ready to submit to Trustzone in order to be generated into a SSL Security Certificate Generating the key pair To generate a Certificate Signing Request (CSR) for an Apache or Nginx Webserver, perform the following steps.
#OPENSSL CSR HOW TO#
How to Generate a CSR for an Apache or NGINX Web Server with OpenSSL (ECC)
