Re: mod_ssl

2001-03-08 Thread Michael George
On Thu, Mar 08, 2001 at 04:00:25PM +0100, Hartung Lars wrote: > You can do the following: > > in httpd.conf search for > > SSLPassPhraseDialog builtin > > change it to > > SSLPassPhraseDialog exec:/usr/local/apache/bin/xyz > > > create a new file xyz with > #!/bin/sh > echo yourpassphrase

RE: mod_ssl

2001-03-08 Thread Mike Burger
Now that nifty...I wonder why I never thought of that. On Thu, 8 Mar 2001, Hartung Lars wrote: > You can do the following: > > in httpd.conf search for > > SSLPassPhraseDialog builtin > > change it to > > SSLPassPhraseDialog exec:/usr/local/apache/bin/xyz > > > create a new file xyz with > #!/

RE: mod_ssl

2001-03-08 Thread Hartung Lars
You can do the following: in httpd.conf search for SSLPassPhraseDialog builtin change it to SSLPassPhraseDialog exec:/usr/local/apache/bin/xyz create a new file xyz with #!/bin/sh echo yourpassphrasehere Set the execute right for this file. that should work. It works in my installation

Re: mod_ssl

2001-03-08 Thread Mike Burger
I believe it entails recreating your certificates without passphrases. On Thu, 8 Mar 2001, Michael George wrote: > I have the mod_ssl package successfully installed and my certificates made. > However, whenever httpd is started, I have to enter a passphrase to get it to > come up. If my system