> 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
> (either by using default values, or making the appropriate values in some
> file) ?
> I believe this can be done through some script, but I was just wondering
> if such a script already exists.
> Any hint towards achieving this will be highly appreciated.

I haven't worked with this recently, but if you had the default

 country_default=ZZ

then you could actually set it, not just default it, with

 country_value=ZZ

in the config file.

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to