This is a mod_ssl problem which has it'S own mailing list! Sim Kok Leong, Steven schrieb: > > Dear all, > > I have a verisign certificate for oracle web server running on my > server. > > Recently, I compiled the apache web server with the openssl on the > same server. However I am having problems using the existing certificates I What exactly are this problems? > configured with the following options and compiled accordingly: > == > $ cd mod_ssl-2.3.x-1.3.x > $ ./configure \ > --with-apache=../apache_1.3.6 \ > --with-ssl=../openssl-0.9.3 \ > --with-crt=/certificates/cert.der \ > > --with-key=/certificates/privkey.der \ > --prefix=/usr/local/apache > == > Verisign provides the following files. How can I make use of them > appropriately in the apache+openssl compilation? CAn OpenSSl read the private key and the certs? Try "openssl rsa -noout -in privkey.der" and "openssl x509 -noout -text -inform DER -in cert.der" > == > # ls -laR > .: > total 18 > drwxr-xr-x 4 ows3 dba 512 Mar 20 13:02 . > drwxr-xr-x 8 ows3 dba 512 May 20 12:16 .. > drwxr-xr-x 2 ows3 dba 512 Mar 20 13:00 cadir > -rw-r--r-- 1 ows3 dba 855 Mar 20 11:48 cert.der > -rw-r--r-- 1 ows3 dba 1076 Mar 20 11:48 certreq.pkc > drwxr-xr-x 2 ows3 dba 512 Mar 20 13:02 crldir > -rw-r--r-- 1 ows3 dba 377 Mar 20 11:48 privkey.der > -rw-r--r-- 1 ows3 dba 183 Mar 20 11:48 servname.der > > ./cadir: > total 4 > drwxr-xr-x 2 ows3 dba 512 Mar 20 13:00 . > drwxr-xr-x 4 ows3 dba 512 Mar 20 13:02 .. > > ./crldir: > total 4 > drwxr-xr-x 2 ows3 dba 512 Mar 20 13:02 . > drwxr-xr-x 4 ows3 dba 512 Mar 20 13:02 .. > == > At any one time, I will be running either the apache web server or oracle > web server. > > TIA for any pointers. Regards. > == > Steven Sim Kok Leong Tel: (65) 874 2476 > Systems Administrator Pg: (65) 9 493 5863 > 4th Level, NUS Computer Centre 10, Kent Ridge > Crescent. S(119260) > > ______________________________________________________________________ > OpenSSL Project http://www.openssl.org > User Support Mailing List [EMAIL PROTECTED] > Automated List Manager [EMAIL PROTECTED] -- Holger Reif Tel.: +49 361 74707-0 SmartRing GmbH Fax.: +49 361 7470720 Europaplatz 5 [EMAIL PROTECTED] D-99091 Erfurt WWW.SmartRing.de ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
