Thor,
Have you checked out the man pages for the req program? It seems you'd
want the * -subj * flag.
http://www.openssl.org/docs/apps/req.html
Here's a sample generation
openssl req -nodes -newkey rsa:2048 -nodes -keyout myserver.key -out
server.csr
-subj "/C=GB/ST=Yorks/L=York/O=MyCompan
Thor,
Have you checked out the man pages for the req program? It seems you'd
want the * -subj * flag.
http://www.openssl.org/docs/apps/req.html
Here's a sample generation
openssl req -nodes -newkey rsa:2048 -nodes -keyout myserver.key -out
server.csr
-subj "/C=GB/ST=Yorks/L=York/O=MyCompan
On 01/27/2009 08:57 PM, Thor wrote:
Hi guys,
I'm wondering if its possible to pass parameters to openssl when
creating a CSR, specifically the country name, state name, locality
name, organization name, common name etc?
The reason being, I ideally would like to automate the process of
creat
On Wed, Jan 28, 2009 at 02:37:38AM +, Giang Nguyen wrote:
>
> the "req" man page mentions:
>
>-subj arg
>sets subject name for new request or supersedes the subject name
> when processing a request. The arg must be formatted as
> /type0=value0/type1=value1/type2=..., c
the "req" man page mentions:
-subj arg
sets subject name for new request or supersedes the subject name
when processing a request. The arg must be formatted as
/type0=value0/type1=value1/type2=..., charac-
ters may be escaped by \ (backslash), no spaces are skipped