> > How can I run Opensa+ssl as service under NT
There is one more addition to this. To make Apache start with ssl,
you have to remove the <IfDefine SSL></IfDefine> pairs in httpd.conf.

Another problem are encrypted private keys. Since you cant enter the
passphrase, when running as service, you have to use an unencrypted
keyfile. You can generate one from the encrypted key using:
openssl rsa -in server.key -out server.key.unencrypted

Then you have to enter the passphrase two times and things are done.
Now you can use Apache as service under NT.

/me
______________________________________________________________________
The OpenSA Project                              http://www.opensa.org/
Daniel S. Reichenbach                                   [EMAIL PROTECTED]

Reply via email to