On Sat, Jun 11, 2005 at 03:20:47PM +0200, Grant Fletcher wrote: > resolved the error by adding > [EMAIL PROTECTED] ca_diy]# openssl ca -in certs/binc.req -out > certs/binc.cert -config /usr/local/ssl/openssl.cnf
[..] > > [EMAIL PROTECTED] ca_diy]# openssl ca -in certs/binc.req -out > > certs/binc.certpwd -name CA_diy > > Using configuration from /usr/share/ssl/openssl.cnf [..] I'm glad you found the problem! :) As you can see, OpenSSL looks for the config file in /usr/share/ssl/openssl.cnf, so you could also put your config file there if you don't want to have to use the extra option. //Peter
