It looks like there's been a recent change that's causing 'req' to insist on a 
config file, presumably for reading the OID info from.  Is there a way to get 
the interactive mode back?

> openssl genrsa -out server.key 2048
WARNING: can't open config file: /usr/local/openssl/openssl.cnf
Generating RSA private key, 2048 bit long modulus
..............+++
................................................................................................+++
e is 65537 (0x10001)

> openssl req -new -key server.key -out server.csr
WARNING: can't open config file: /usr/local/openssl/openssl.cnf
Unable to load config info from /usr/local/openssl/openssl.cnf

> ls -l server.csr
ls: server.csr: No such file or directory

> openssl version
WARNING: can't open config file: /usr/local/openssl/openssl.cnf
OpenSSL 1.0.0e 6 Sep 2011



______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to