Another satisfied SSL247 customer.
To generate a Certificate Signing Request (CSR), perform the following steps:
PART 1: Generating the Key Pair
Type the following command at the prompt:
genrsa –des3 –out www.mydomain.com.key 2048
Note: If you do not wish to use a Pass Phrase, do not use the -des3 command. It will however leave the private key unprotected.
Enter the PEM Pass Phrase (This MUST be remembered)

PART 2: Generating the CSR
Type the following command at the prompt:
req –new –key www.mydomain.com.key –out www.mydomain.com.csr
Note: You will be prompted for the PEM Pass Phrase if you included the "-des3" command. Type it in now.
![]()
NOTE: There is a known issue with Apache/OpenSSL Windows Based Installations. If you recieve an error with the above command, Please enter the following:
req -new -key www.mydomain.com.key -out www.mydomain.com.csr -config openssl.cnf
Input the information for the Certificate Signing Request. This information will be displayed in the certificate.
Note: The following characters can not be accepted: < > ~ ! @ # $ % ^ * / \ ( ) ?.,&
Note: DO NOT Enter the following:

You are now ready to submit your CSR for the certificate you wish to install.