Re: Question about CA.pl and -newca

2003-08-25 Thread Stefan Krabbe
>> Does CA.pl -newca give any kind of error message after it asks for a CA >> certificate? Did you give it the name of a CA certificate or just hit enter? > >No error, take a look at the first message I sent. I didnt cut anything >out of this, it is exactly what happened. I am just hitting enter. I

Re: Question about CA.pl and -newca

2003-08-25 Thread Stefan Krabbe
Hi. You wrote that this doesn't work: >> /usr/local/openssl/certs# /usr/local/bin/openssl req -new -x509 -days I assume that openssl can't find the openssl.cnf file. I suggest using the -config option. This works for me: openssl req -new -key e:/certs/key/sktestca.key -x509 -days 365 -out e:/ce

Re: Question about CA.pl and -newca

2003-08-23 Thread Nick Gray
On Sat, 2003-08-23 at 15:25, Dr. Stephen Henson wrote: > On Sat, Aug 23, 2003, Nick Gray wrote: > > > Dr Henson, > > > > > > > Try deleting the demoCA tree and doing CA.pl -newca again. > > > > > > > That isn't it. I tried that first. I am assuming the demoCA that it > > looks for is in the cu

Re: Question about CA.pl and -newca

2003-08-23 Thread Dr. Stephen Henson
On Sat, Aug 23, 2003, Nick Gray wrote: > Dr Henson, > > > > Try deleting the demoCA tree and doing CA.pl -newca again. > > > > That isn't it. I tried that first. I am assuming the demoCA that it > looks for is in the current working directory. > Yes. > > Also check openssl.cnf is somewhere

Re: Question about CA.pl and -newca

2003-08-23 Thread Nick Gray
Dr Henson, > Try deleting the demoCA tree and doing CA.pl -newca again. > That isn't it. I tried that first. I am assuming the demoCA that it looks for is in the current working directory. > Also check openssl.cnf is somewhere usable or OPENSSL_CONF points to it or the > req command will give

Re: Question about CA.pl and -newca

2003-08-22 Thread Dr. Stephen Henson
On Fri, Aug 22, 2003, Nick Gray wrote: > Prior to version 0.96 I didn't have a problem with OpenSSL at all. Today > I built a new system and tried to use it with the following results. > > root:/usr/local/openssl# cd misc > root:/usr/local/openssl/misc# ls > CA.pl CA.sh c_hash c_info c_issuer

Question about CA.pl and -newca

2003-08-22 Thread Nick Gray
Prior to version 0.96 I didn't have a problem with OpenSSL at all. Today I built a new system and tried to use it with the following results. root:/usr/local/openssl# cd misc root:/usr/local/openssl/misc# ls CA.pl CA.sh c_hash c_info c_issuer c_name der_chop root:/usr/local/openssl/misc# ./C