Hi. You wrote that this doesn't work: >> /usr/local/openssl/certs# /usr/local/bin/openssl req -new -x509 -days
I assume that openssl can't find the openssl.cnf file. I suggest using the -config option. This works for me: openssl req -new -key e:/certs/key/sktestca.key -x509 -days 365 -out e:/certs/crt/sktestca.crt -config e:/certs/openssl.cnf Best Regards Stefan Krabbe ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]