How to generate a CSR code

Generating a CSR code manually is optional for CyberSSL.

There are 2 options to generate a CSR code:
 

  • OPTION 1: Generate the CSR code automatically during the SSL activation process on CyberSSL.com
  • OPTION 2: Manually generate the CSR code on the server using openssl:
    openssl req -out CSR.csr -new -newkey rsa:2048 -nodes -keyout privatekey.key