Note: UW IMAP uses OpenSSL.

1. Create your private key (without a password):

openssl genrsa -out imapd.pem

2. Create your CSR, using command:

openssl req -new -key -out

3. Once the CSR file is generated, open it and copy and paste the entire content (including the dashed lines at the beginning and the end) and save in text editor. You will need this file during ordering your SSL.

Byla tato odpověď nápomocná?

Související články

What is CSR and who needs it?
A Certificate Signing Request is a text generated on the server that is used to create your SSL...
Apache/OpenSSL
To generate a pair of private key and public Certificate Signing Request (CSR) for a webserver,...
Apache (with mod_ssl)
Installing SSL certificate on Apache with mod_ssl To install certificate you need 2...
Apache (Multi-Domain version)
To generate CSR file which includes more than one Fully Qualified Domain Name, you need to...
Apple Mac OS X Server
CSR is generated in 2 steps.I. Private key generation1. Log into server and open...