Question
SSL certificates aren't working?
So here are the certificates:
http://i.imgur.com/Ggd0TCI.png
Here’s ssl-default.conf:
SSLCertificateFile /etc/ssl/certs/iRedMail_CA.pem
SSLCertificateKeyFile /etc/ssl/private/iRedMail.key
SSLCertificateFile /etc/ssl/droforce.net.crt
SSLCertificateKeyFile /etc/ssl/droforce.net.key
SSLCertificateFile /etc/ssl/AddTrustExternalCARoot.crt
SSLCertificateFile /etc/ssl/COMODORSAAddTrustCA.crt
SSLCertificateFile/etc/ssl/COMODORSADomainValidationSecureServerCA.crt
Here’s my error:
http://i.imgur.com/PsjSwED.png
Not sure why this is happening.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×
You’re not supposed to just randomly add configuration options like that. The certificate file should refer to your own certificate and the key file to your own private key.
I am following this tutorial.
https://www.digitalocean.com/community/tutorials/how-to-install-iredmail-on-ubuntu-12-04-x64
That tutorial only sets one key and one certificate. If you want to host two sites, you will need two distinct configurations (vhosts)
Yes, I am using the same method and the SSL service gave me three certificates… so I’m just really confused because I’ve never done anything like this before. Which certificate should I use?
The one that is yours, droforce.net.crt.
So I should remove everything I added to ssl-default.conf?
What should I leave/add because I really have no idea.