Re: Problem with multiple level CA

2011-02-17 Thread Tanya Lozovaya
a Veneta (PD) > TEL. 049.9988200 FAX 049.9471337 > http://www.trivenet.it > > > -Messaggio originale- > Da: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] > Per conto di Tanya Lozovaya > Inviato: giovedì 17 febbraio 2011 10:25 > A: openssl-use

R: Problem with multiple level CA

2011-02-17 Thread Federico Berton
...@openssl.org [mailto:owner-openssl-us...@openssl.org] Per conto di Tanya Lozovaya Inviato: giovedì 17 febbraio 2011 10:25 A: openssl-users@openssl.org Cc: Federico Berton Oggetto: Re: Problem with multiple level CA No, should I? If I'm going to generate user keys-certificates that will be sign

Re: Problem with multiple level CA

2011-02-17 Thread Tanya Lozovaya
@openssl.org] > Per conto di Tanya Lozovaya > Inviato: giovedì 17 febbraio 2011 09:49 > A: d...@deadhat.com; openssl-users@openssl.org > Oggetto: Re: Problem with multiple level CA > > I tried to open crt file on different computers and I got different errors: > > on Window

R: Problem with multiple level CA

2011-02-17 Thread Federico Berton
...@openssl.org] Per conto di Tanya Lozovaya Inviato: giovedì 17 febbraio 2011 09:49 A: d...@deadhat.com; openssl-users@openssl.org Oggetto: Re: Problem with multiple level CA I tried to open crt file on different computers and I got different errors: on Windows 7: The issuer of this certificate could

Re: Problem with multiple level CA

2011-02-17 Thread Tanya Lozovaya
I tried to open crt file on different computers and I got different errors: on Windows 7: The issuer of this certificate could not be found. on Windows 2003: This certificate has an nonvalid digital signature. Do anybody know how I can make the computers to "think" that self-signed "ROOT CA" cert

Problem with multiple level CA

2011-02-16 Thread Tanya Lozovaya
Hi guys, I have tried to configure multiple level CA structure: ROOT CA -> SIGNING CA -> Users certificates I use RootSSL.cnf file and these commands to generate root certificate: openssl genrsa -des3 -out root-ca.key 2048 openssl req -new -x509 -days 3650 -key root-ca.key -out roo