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
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
> #!/
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
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