On Thu, Mar 02, 2006, Shulman Alexandre wrote:

> I'm trying to write a script able to create a self-signed certificate
> automaticaly. I'm using the command: openssl req -new -key ${KEY} -x509 -out
> ${CERT}
> 
> Unfortunately, I have to enter the DN information manualy.  How can I get
> through the manual request to get the script to do it itself?
> 

Read the fine manual. There is an example of template mode in there.

Don't use "keystoke simulators" BTW. If the order of the prompts changes or
new ones get added you'll have problems later.

Steve.
--
Dr Stephen N. Henson. Email, S/MIME and PGP keys: see homepage
OpenSSL project core developer and freelance consultant.
Funding needed! Details on homepage.
Homepage: http://www.drh-consultancy.demon.co.uk
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to