On Tue, Apr 25, 2000 at 03:55:17PM -0400, Kirk Benson wrote:
> I did exactly as suggested, and the dates are certainly valid.
> Unfortunately the FAQ shows how to create the certs on Unix using shell
> scripts supplied by OpenSSL.  My install does not include NT versions of
> these.  Ideas?
> 
Oooops, me and my bad memory - I had completely forgotten about that 
sign.sh script ;-) There are a couple of alternatives:

1. Do it by hand: openssl -in server.csr -out server.crt -cert ca.crt \
-keyfile ca.key -config openssl.conf
(Note: \ means that the command continues on the next line, you have to
make your own openssl.conf file).

2. Use the CA.pl script (part of the openssl distribution).

3. Get a demo cert from from a place like: freecerts.entrust.com


vh

Mads Toftum
-- 
`Darn it, who spiked my coffee with water?!' - lwall
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to