SSL Pass Phrase
am 20.02.2003 12:16:54 von gmay
This is a multi-part message in MIME format.
------=_NextPart_000_27B5_01C2D8A7.AA4B6100
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Hey all,
I recently installed mod-ssl on a new web server. Unfortunately, in my =
haste to get the machine up and running, I cannot remember the pass =
phrase that I used.=20
I have tried making a de-install, and re-installing, however I am unable =
to bypass this.=20
Can someone please let me know the best way to do this.=20
Thanks
Glenn May
------=_NextPart_000_27B5_01C2D8A7.AA4B6100
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
http-equiv=3DContent-Type>
Hey all,
I recently installed mod-ssl on a new web server.=20
Unfortunately, in my haste to get the machine up and running, I cannot =
remember=20
the pass phrase that I used.
I have tried making a de-install, and re-installing, =
however I=20
am unable to bypass this.
Can someone please let me know the best way to do =
this.=20
Thanks
Glenn May
------=_NextPart_000_27B5_01C2D8A7.AA4B6100--
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org
Re: SSL Pass Phrase
am 23.02.2003 14:40:28 von Cliff Woolley
On Thu, 20 Feb 2003, Glenn E. May wrote:
> I recently installed mod-ssl on a new web server. Unfortunately, in my
> haste to get the machine up and running, I cannot remember the pass
> phrase that I used. I have tried making a de-install, and re-installing,
> however I am unable to bypass this.
When you reinstall, it leaves your old private key/certificate in place
intentionally (it would suck to have them be overwritten! :). If you want
to delete them and start over, you have to do it yourself. Delete the
ssl.* subdirectories of your Apache conf directory and redo the entire
generate-private-key-then-get-certificate process from scratch. Of course
you realize that if you already bought a real certificate from a CA to go
with your old private key that you're going to have to get a new one (and
different CA's have different reissue policies).
--Cliff
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org