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 -
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
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