Re: [binc] Fw: SSL certs
Peter Stuge <[email protected]>
| Newsgroups | gmane.mail.imap.binc.general |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Jun 11, 2005 at 03:20:47PM +0200, Grant Fletcher wrote: > resolved the error by adding > [root@serv ca_diy]# openssl ca -in certs/binc.req -out > certs/binc.cert -config /usr/local/ssl/openssl.cnf [..] > > [root@serv 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