Re: Browsers do not import chained certificate.

2014-10-09 Thread Jakob Bohm
On 09/10/2014 08:17, dE wrote: Hi! I'm trying to make a certificate chain using the following commands -- openssl genpkey -out issuer.key -algorithm rsa openssl genpkey -out intermediate.key -algorithm rsa openssl req -new -key issuer.key -out issuer.csr openssl req -new -key intermediate.key -

Re: Browsers do not import chained certificate.

2014-10-09 Thread Michael Sierchio
On Wed, Oct 8, 2014 at 11:17 PM, dE wrote: > Hi! > > I'm trying to make a certificate chain using the following commands -- > > openssl genpkey -out issuer.key -algorithm rsa > openssl genpkey -out intermediate.key -algorithm rsa > openssl req -new -key issuer.key -out issuer.csr > openssl req -ne

Browsers do not import chained certificate.

2014-10-09 Thread dE
Hi! I'm trying to make a certificate chain using the following commands -- openssl genpkey -out issuer.key -algorithm rsa openssl genpkey -out intermediate.key -algorithm rsa openssl req -new -key issuer.key -out issuer.csr openssl req -new -key intermediate.key -out intermediate.csr openssl x50