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" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
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?
>
>