>On Tue, Jun 29, 1999 at 04:27:21PM -0700, Mark Jaffe wrote:
> > I'm needing to get a certificate from Thawte, and their instructions
> > show I need to run ssleay to generate a CSR/key pair. I don't find
> > that in my installation of
> > apache-1.3.6/mod_ssl-2.3.4-1.3.6/openssl-0.9.3a on MkLinux. Anyone
> > else in this same boat? Did I miss a step?
> >
>
>Instead of using ssleay to generate the key, use openssl.
>
>[EMAIL PROTECTED]
>______________________________________________________________________
>Apache Interface to OpenSSL (mod_ssl) www.modssl.org
>User Support Mailing List [EMAIL PROTECTED]
>Automated List Manager [EMAIL PROTECTED]
Sorry, I found it was NOT on my regular PATH, in /usr/local/ssl/bin
so I made a link:
ln -s /usr/local/ssl/bin/openssl /usr/local/bin/ssleay
============================================================
Mark Jaffe | (408) 972-9638 (home)
Chief Wizard | (408) 529-1926 (cell/page/voicemail)
Computer Wizards | (408) 863-8066 (work)
[EMAIL PROTECTED] | http://www.wizdev.net/
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]