[BlueOnyx:09425] Re: sec_error_unknown_issuer
DD
bqlist at distortal.com
Thu Jan 19 09:45:19 -05 2012
Hi Carl,
>http://www.sslshopper.com/ssl-checker.html#hostname=
http://www.sslshopper.com/ssl-checker.html#hostname=www.tidetimes.org.uk
This points me to
http://www.sslshopper.com/ssl-certificate-not-trusted-error.html and then to
the Comodo-specific instructions at
https://support.comodo.com/index.php?_m=knowledgebase&_a=view&parentcategory
id=95&pcid=1&nav=0,96,1
Selecting Apache/ModSSL takes me to these instructions:
https://support.comodo.com/index.php?_m=knowledgebase&_a=viewarticle&kbartic
leid=1203&nav=0,96,1,95
I made a certificate bundle using:
cat PositiveSSLCA.crt UTNAddTrustServerCA.crt AddTrustExternalCARoot.crt
certs/certificate > certs/cert.bundle
I added the following lines to /etc/httpd/conf.d/ssl.conf:
SSLEngine on
SSLCertificateKeyFile /home/sites/www.tidetimes.org.uk/certs/key
SSLCertificateFile /home/sites/www.tidetimes.org.uk/certs/certificate
SSLCertificateChainFile /home/sites/www.tidetimes.org.uk/certs/cert.bundle
Httpd won't restart with these lines so I'm doing something wrong but I have
no idea what.
DD
More information about the Blueonyx
mailing list