1

Topic: How to install signed SSL Certificate?

Hi there,

After looking around the forum/wiki/etc on how to use a properly signed SSL certificate, I still can't get it to work right sad

Here's what I have done so far:

1) generated a new key using the 'generate_ssl_keys.sh' script
2) generated CSR using: openssl req -out iRedmail.csr -key private/iRedMail.key -new
3) got my key signed and loaded up '[mysignedkey].crt'
4) changed my apache2 'default-ssl' to read the following:

SSLCertificateFile /etc/ssl/certs/[mysignedkey].crt
SSLCertificateKeyFile /etc/ssl/private/iRedMail.key

This produces the following error in my apache2 'error.log':

[Mon Nov 29 13:55:22 2010] [error] Unable to configure RSA server private key
[Mon Nov 29 13:55:22 2010] [error] SSL Library Error: 185073780 error:0B080074:x509 certificate routines:X509_check_private_key:key values mismatch

I might have gotten the wrong key combo or something here but I can't figure out what to do next sad

I've also tried the key in my dovecot conf but it won't work either.

Can somebody please point me in the right direction? Also, can the same key be used with apache2 and dovecot?

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: How to install signed SSL Certificate?

http://www200.pair.com/mecham/spam/virt … html#certs