Brian Candler <[EMAIL PROTECTED]> a écrit :
On Thu, Mar 02, 2006 at 11:52:50AM +0100, 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?

Try:

openssl req .... -subj "/C=XX/O=Widgets Ltd/OU=Sales/CN=Joe Bloggs/"
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List openssl-users@openssl.org
Automated List Manager [EMAIL PROTECTED]


It says 'unkown option' for -subj . The problem is that I'm using an old version of openssl from 2001 (0.9.6b)

 


Nouveau : téléphonez moins cher avec Yahoo! Messenger ! Découvez les tarifs exceptionnels pour appeler la France et l'international. Téléchargez la version beta.

Reply via email to