Re: Newbie questions update ....

2004-09-11 Thread Steve Ankeny
Sorry about the html First of all, I am using Mozilla. I never use IE Secondly, every time I try to import the 'server.crt' it complains that it is not in 'pkcs12' format. Thirdly, the CA.pl "guides" are just as confusing as the OpenSSL guides. I have yet to find a clear-cut description of

Re: Newbie questions update ....

2004-09-11 Thread Dr. Stephen Henson
On Sat, Sep 11, 2004, Steve Ankeny wrote: Please don't post in HTML. As to your query. This is much easier if you follow the CA.pl instructions. Some "guides" suggest you do all manner of strange and in some cases insecure things. You do *not* import the server private key and certificate into t

Newbie questions update ....

2004-09-11 Thread Steve Ankeny
Here's what I did Command Usage openssl genrsa -des3 -out ca.key 1024 Created key for my own CA Remained in /etc/ssl openssl req -new -x509 -days 3650 -key ca.key -out ca.crt Created the CA certifica