Or, you could try this. It's what FreeSSL suggested so if it works, credit
to them.
--Mark.
You can remove the passphrase from the private key as follows:
First make a copy of the encrypted key:
# cp server.key server.key.cryp
Then re-write the key with encryption. You will be prompted for the original
encrypted Key passphrase
# /usr/local/ssl/bin/openssl rsa -in server.key.cryp -out server.key
This will remove the passphrase from your key.
Hope this helps - let me know where you currently are.
"Mark Edwards" <mark RemoveThis @edwards-family-Server-NO-SPAM.co.uk> wrote in message
news:3f16bf4a@212.67.96.135...
> hi m8,
>
> You probably used the -des3 switch when creating the request. You can
either
> re-create your certificate or use SSLPassPhraseDialog to use an external
> program to supply the password. I'm on win32 but the principle should be
> the same.
>
> ie, in my httpd.conf file I have
>
> SSLPassPhraseDialog
> exec:D:/hosted/htdocs/ssl.www.di..............uk.com/certs/apachestart.exe
>
> And the ApacheStart program is simply a diddy program which writes the
> password on stdout. In Delphi, this looks like
>
> program apachestart;
>
> uses
> Forms;
>
> {$R *.res}
>
> begin
> Application.Initialize;
> Writeln('<----Your Password here---->');
> Application.Terminate;
> end.
>
> --Mark.
>
>
>
> "Jander" <migcpn RemoveThis @terra.es> wrote in message
> news:belu83$920$1@nsnmrro2-gest.nuria.telefonica-data.net...
> > Hi ,I've Configured ssl on apache creating my own X509 certificate .
> > my question is that when i reinitiate server it asks me certificate's
> > password .
> > I want to reinitiate server with cron daemon but it not works cause of
> this
> > password .
> >
> > Any ideas ?.
> > Thanks.
> >
> >
>
><!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: ssl apache password