Re: Automated certificate creation

2007-08-09 Thread Urjit Gokhale
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

RE: Automated certificate creation

2007-08-08 Thread Smith, Ryan-P56787
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

RE: Automated certificate creation

2007-08-08 Thread Smith, Ryan-P56787
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

RE: Automated certificate creation

2007-08-08 Thread Carlo Milono
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

Re: Automated certificate creation

2007-08-08 Thread bgiles
> 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

Re: Automated certificate creation

2007-08-08 Thread Marek Marcola
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 >

Automated certificate creation

2007-08-08 Thread Urjit Gokhale
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