t: RE: Automated certificate creation
Here is an OpenSSL command that I have had success with this in the
past.
openssl req -new -out certreq.pem -subj
'/C=US/ST=Arizona/L=City/O=Organization/CN=My Common Name' -passout
pass:password
Of course this certificate request needs to be signed b
f Of Urjit Gokhale
Sent: Wednesday, August 08, 2007 6:11 AM
To: openssl-users@openssl.org
Subject: Automated certificate creation
Hi,
while creating certificate requests using openssl, one is prompted for
some information like Country name, Sate, Locality name etc.
Though these parameters have de
Here is an OpenSSL command that I have had success with this in the
past.
openssl req -new -out certreq.pem -subj
'/C=US/ST=Arizona/L=City/O=Organization/CN=My Common Name' -passout
pass:password
Of course this certificate request needs to be signed by the CA to
become a valid certificate
ope
Automated certificate creation
Hi,
while creating certificate requests using openssl, one is prompted for
some information like Country name, Sate, Locality name etc.
Though these parameters have defaults set, one has to hit return to move
ahead.
Is there a way to achieve this without bein
> Hi,
>
> while creating certificate requests using openssl, one is prompted for
> some information like Country name, Sate, Locality name etc.
> Though these parameters have defaults set, one has to hit return to move
> ahead.
>
> Is there a way to achieve this without being prompted for any infor
Hello,
>
> while creating certificate requests using openssl, one is prompted for
> some information like Country name, Sate, Locality name etc.
> Though these parameters have defaults set, one has to hit return to
> move ahead.
>
> Is there a way to achieve this without being prompted for any
>
Hi,
while creating certificate requests using openssl, one is prompted for some
information like Country name, Sate, Locality name etc.
Though these parameters have defaults set, one has to hit return to move ahead.
Is there a way to achieve this without being prompted for any information
(eith