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

Sample config file

2004-04-25 Thread Archer-Lampron
Hello, I am a newbie trying to generate my first certificates with openssl for use with Apache on Windows XP. I seem to be missing a .CONF configuration file. Is a sample available somewhere? Thanks for any assistance that can be provided. ___