RE: Openssl req command - extensions and reqexts

2013-09-17 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of radiatejava > Sent: Tuesday, September 17, 2013 12:16 > I have some doubts on understanding the difference between extensions > and reqexts args used in the req command. I have this openssl.cnf > file. Using this I want to generate a certificat

Re: Openssl req command

2010-06-01 Thread Jamrock
"Dave Thompson" wrote in message news:ee558ada74ef4896a656a182b39d9...@prinpay.com... > > From: owner-openssl-us...@openssl.org On Behalf Of Jamrock > > Sent: Sunday, 30 May, 2010 06:35 > > > In the past I have created my certificates as follows: > > /etc/pki/tls/misc/CA -newca > > > > openssl re

RE: Openssl req command

2010-05-31 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of Jamrock > Sent: Sunday, 30 May, 2010 06:35 > In the past I have created my certificates as follows: > /etc/pki/tls/misc/CA -newca > > openssl req -newkey rsa:2048 -nodes -keyout newreq.pem -out newreq.pem > > /etc/pki/tls/misc/CA -sign > > T