Displaying 1 result from an estimated 1 matches for "ournewcerts".
2014 Apr 18
4
Changing SSL certificates - switching from self-signed to RapidSSL
...sl_key = </etc/ssl/ourCerts/imap_key.pem
Now, I've created new keys/certs and the CSR, got the new certs from
RapidSSL (and also downloaded their Intermediate bundle), saved
everything per their instructions, which say to reference them as follows:
ssl = required
ssl_cert_file = /etc/ssl/ourNewCerts/mail.ourdomain.com.crt
ssl_key_file = /etc/ssl/ourNewCerts/mail.ourdomain.com.key
ssl_ca_file = /etc/ssl/ourNewCerts/RapidSSL_Intermediate.crt
But my current config doesn't have the _file for the variable names, and
the wiki doesn't use them, so I'm planning on setting these to:
ssl...