> Oliver Koenig schrieb:
> 
> Hello guys,
> I have a problem with my Certificate Signing request. Could you please
> let me know which commands I have to execute in order to generate  a
> key and a certificate signing request.
> 
> I have asked thawte.com for help, but they gave me the worng
> instruction. I hava an Apache SSL 1.3.9, a 1.3.7 patch and OpenSSL
> 0.9.4? Maybe i am just too stupid for this!! I am not a real PC-wiz.
> sorry!

> bash-2.03# pwd
> /usr/local/ssl/certs
> bash-2.03# openssl req -new -key ../private/www.windreiter.com.key > 
>www.windreiter.com.csr
> Using configuration from /usr/local/openssl-0.9.4/openssl.cnf
> Unable to load config info

Your config file has not been found.

Try openssl req -config where_your_openssl.cnf_is -new -key
../private/www.windreiter.com.key > www.windreiter.com.csr

-- 
Holger Reif                  Tel.: +49 361 74707-0
SmartRing GmbH               Fax.: +49 361 7470720
Europaplatz 5             [EMAIL PROTECTED]
D-99091 Erfurt                    WWW.SmartRing.de
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to