| Article: |
Build Your Own Apache Server with mod_perl and mod_ssl | |
| Subject: | Pass phrase. | |
| Date: | 2003-04-24 04:27:24 | |
| From: | anonymous2 | |
| If I have Apache booting up to support SSL at system startup, how do I pass my passphrase to the Apache startup through the OS X boot process. I have read that the process can/will hang due to this problem.....? | ||
Showing messages 1 through 1 of 1.
-
Pass phrase.
2003-04-24 11:34:34 David Wheeler |
[View]



AFAIK, putting the passphrase in the startup sequence would defeat the purpose of having one in the first place. It's unlikely that you'll be able to do this. You'll either have to start Apache manually, or build a new certificate without a passphrase. I tend to do the latter, since there's no one else who can log in to my system and muck with the server, anyway.
HTH,
David