You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Tim O'Neil <ti...@xythos.com> on 2001/05/29 19:23:33 UTC

autostarting apache/tomcat

Does anyone know if I can write a shell script
(to put in rc.d of course) that will add the
password to an ssl-enabled apache/tomcat setup?


Re: autostarting apache/tomcat

Posted by Tim O'Neil <ti...@xythos.com>.
At 07:24 PM 5/29/2001 -0400, you wrote:
>Your key file is encrypted.
>
>Use openssl to create an unencryted key:
>
>openssl rsa -in server.key -out run.key
>
>Change your httpd.conf to use run.key as your SSLCertificateKeyFile.


Thanks Jeff.

Sounds like the result of this is to take
away the need for apache to prompt the shell
process for a password, but the server still
runs in ssl. Is that the gist of it?




Re: autostarting apache/tomcat

Posted by Jeff Waugh <ja...@ic.net>.
Your key file is encrypted.

Use openssl to create an unencryted key:

openssl rsa -in server.key -out run.key

Change your httpd.conf to use run.key as your SSLCertificateKeyFile.

HTH,
-Jeff

----- Original Message ----- 
From: "Tim O'Neil" <ti...@xythos.com>
To: <to...@jakarta.apache.org>
Sent: Tuesday, May 29, 2001 1:23 PM
Subject: autostarting apache/tomcat


> Does anyone know if I can write a shell script
> (to put in rc.d of course) that will add the
> password to an ssl-enabled apache/tomcat setup?
> 
>