I loaded CA certificate in netscape on workstation from my
server (perl scripts - loadCAcert.pl). Operation finished
succesfuly. I started exim daemon with debug level 10.
When I want to send message from workstation via my server
I got info in netscape:
"The certificate is not approved for the attempted
aplication."
and from console:
SMTP<< STARTTLS
using tls_certificate /usr/local/etc/exim/exim-cert.pem
using tls_privatekey /usr/local/etc/exim/exim-key.pem
Initialised TLS (OpenSSL/0.9.6beta)
host in tls_verify_hosts? no (option unset) SMTP>> 220 OpenSSL/0.9.6beta go ahead Calling SSL_accept
SSL info: before/accept initialization
SSL info: before/accept initialization
SSL info: SSLv3 read client hello A
SSL info: SSLv3 write server hello A
SSL info: SSLv3 write certificate A
SSL info: SSLv3 write server done A
SSL info: SSLv3 flush data
SSL info: SSLv3 read client certificate A
SSL info: SSLv3 read client certificate A
LOG: 0 MAIN
TLS error on connection from xxx.domain.pl (host.domain.pl)
[212.14.5.140] (SSL_accept): error:14094412:SSL
routines:SSL3_READ_BYTES:sslv3 alert bad certificate
TLS failed to start
I have a short, simple question. How can I create good CA and
exim certificate ?