Page 1 of 1

Adding new CA certificate

PostPosted: 07. May 2008 20:54
by efward
Having trouble installing our new certificates.
Can't get apache to refire with the new settings. ANy help would be appreciated. Thx. If it helps we are using:
Xampp for Linux 1.6.6 on
ubuntu Gutsy

Steps:
--copy mycert.crt to /opt/lampp/etc/ssl.crt/
--copy intermediate_bundle.crt to /opt/lampp/etc/ssl.crt/
--copy mycert.key to /opt/lampp/etc/ssl.key/

--edited httpd-ssl.conf to include lines:
SSLCertificateFile /opt/lampp/etc/ssl.crt/mycert.crt
SSLCertificateKeyFile /opt/lampp/etc/ssl.key/mycert.key
SSLCertificateChainFile /opt/lampp/etc/ssl.crt/intermediate_bundle.crt

Stop apache via
/opt/lampp/lampp stop
Attempt restart via
/opt/lampp/lampp start

Apache startup hangs indefinitely with message:
XAMPP: Starting Apache with SSL (and PHP5)...


Anyone had this problem?
thank you for looking.

same

PostPosted: 19. September 2008 17:44
by klark
I am having the exact same problem. Did you ever figure this out? Thanks.

figured it out

PostPosted: 22. September 2008 20:07
by klark
My server key has a passphrase in it. I removed that and all is well now.

Here are the instructions I followed:

http://www.jmaguire.com/downloads/HOWTO ... m_key.html