and go to that directory (where the CSR, Cert and PrivateKey are to be stored):mkdir ~/ssl
cd ~/ssl
openssl req -new > ssl.csr
Cut and paste everything shown, including the "BEGIN" and "END" lines and all the dashes.more ssl.csr
The pass phrase is the one you input in step 4openssl rsa -in privkey.pem -out ssl.pk
sslctrl installpkey < ssl.pk sslctrl installcert < ssl.cert sslctrl installcsr < ssl.csr sslctrl enable