Re: CA certificate and multi-signatures

2004-04-26 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Mon, 26 Apr 2004 08:27:12 +0200, testpgp <[EMAIL PROTECTED]> said: testpgp> I'm trying to double sign a CA certificate with two others CA testpgp> (CA1 & CA2) Unfortunately, I can't see such options with testpgp> openssl. The command I usually use is the followin

CA certificate and multi-signatures

2004-04-25 Thread testpgp
Hi I'm trying to double sign a CA certificate with two others CA (CA1 & CA2) Unfortunately, I can't see such options with openssl. The command I usually use is the following : "openssl ca -in ca3.req -out ca3.pem -keyfile ca2.key -cert ca2.pem -days 1095 -extensions CA_SSL -config" I tried to c