Re: AW: [users@httpd] ssl setup checking

2013-10-09 Thread Robin Becker
So I have my cert the GS root cert and the intermediate cert pointed at by the apache conf like this SSLCertificateFile //etc/certs/myhost.com.crt SSLCertificateKeyFile //etc/certs/myhost.key SSLCACertificateFile //etc/certs/globalsign-root-ca-rc2.crt SSLCertificateCha

AW: AW: [users@httpd] ssl setup checking

2013-10-09 Thread Fiedler Roman
> Von: Robin Becker [mailto:ro...@reportlab.com] > > On 09/10/2013 13:15, Fiedler Roman wrote: > .. > > > > Unless you want to use client certificates from globalsign, > "SSLCACertificateFile" will not make sense. See [1] > > > > Roman > > > > [1] > http://httpd.apache.org/docs/2.2/mod/mod

Re: AW: [users@httpd] ssl setup checking

2013-10-09 Thread Robin Becker
On 09/10/2013 13:15, Fiedler Roman wrote: .. Unless you want to use client certificates from globalsign, "SSLCACertificateFile" will not make sense. See [1] Roman [1] http://httpd.apache.org/docs/2.2/mod/mod_ssl.html#sslcacertificatefile .. This page https://support.globalsi

AW: [users@httpd] ssl setup checking

2013-10-09 Thread Fiedler Roman
> Von: Robin Becker [mailto:ro...@reportlab.com] > > On 07/10/2013 20:26, Yehuda Katz wrote: > > OpenSSL supports each of the options you need (one at a time). > > http://www.cyberciti.biz/faq/test-ssl-certificates-diagnosis-ssl-certificate/ > > Just add the server to the hosts file. > > > > - Y >