v0.9.4, crl, convert

1999-10-18 Thread Florian Baier
or:0906700D:PEM routines:PEM_ASN1_read_bio:ASN1 lib:pem_lib.c:239: *** No DER-File is created. Whats the reason of this error? Greets Florian Baier __ OpenSSL Project http://www.openssl.org User

crl, convert pem-der

1999-10-20 Thread Florian Baier
reets and thanks in advance, Florian Baier >Hi, > >I'm using openssl 0.9.4 on Solaris 2.6. >I created a sample CA and have some working Server-Certificates. > >For revoking one of them i changed index.txt >- I replaced V by R >- I

Re: crl, convert pem-der

1999-10-21 Thread Florian Baier
Hi Steve, The two files causing trouble are attached. Greets, Florian At 13:10 20.10.99 +0100, you wrote: >Florian Baier wrote: >> >> Hello, >> >> i tried to find a q&d "workaround" for the error described below

Re: installed ... now what? (looking for step x step docs)

1999-10-21 Thread Florian Baier
Ok, some answers from newbie to newbie. I hope they are correct - if not please correct me. You have to create only a cert-request and send it to a Trust-Center (CA). They will sign it and return it to you. # openssl genrsa -des3 -out MyKey.pem -rand file1:file2:... 1024 # openssl req -new -key M

Re: Newbie needs helps

1999-10-21 Thread Florian Baier
Hi, you have only one daemon-program e.g httpsd which is running (standard) 5times. You can do it by creating virtual-name-based-hosts. Disable SSL globally and enable it in each virtual host you want to use it. You can't run more then one v-host on the same IP&Port, using SSL. Greets, Florian