I got an SSL certificate from StartSSL and I'm trying to use it with monit. I downloaded 4 files and combined them as follows:
cat ssl.key ssl.crt sub.class1.server.ca.pem ca.pem > monit.pem openssl gendh 512 > monit.pem I've set that file as pemfile in monit, but I'm getting the sec_error_unknown_issuer error in firefox. The certificate works fine in Chrome / IE. I believe the error is caused because the chain certificate / root certificate are missing. However, they are part of the pem file. I've tried switching the order of the chain and root certificates, just in case, but that didn't work. How do I get the StartSSL certificate to work with monit / firefox? Thanks in advance for any assistance, I've been banging my head against this one for a few days now. :-) Cheers - Callum. == Callum Macdonald UK mobile: +44 7968 378 810 Desk: +44 845 126 0875 www.callum-macdonald.com -- To unsubscribe: https://lists.nongnu.org/mailman/listinfo/monit-general
