postfix, TLS and rapidssl - "verify error:num=19:unable to get local issuer certificate"
Posted
by
technobuddha
on Server Fault
See other posts from Server Fault
or by technobuddha
Published on 2012-09-11T19:43:33Z
Indexed on
2012/09/11
21:40 UTC
Read the original article
Hit count: 315
I have been googeling for days! I have a cert from rapidssl. I read up that the problem with num=20, is that indicates it doesn't know the issuer, or doesn't know the ROOT Cert, right?
I run this command: openssl s_client -showcerts -connect smtp.server.com:465
I get this error:
verify error:num=19:self signed certificate in certificate chain
Here is what i have in my postfix main.cf, and what i have done:
smtpd_tls_key_file = /etc/postfix/ssl/smtp.server.com.rsa.key (this is the private key)
smtpd_tls_cert_file = /etc/postfix/ssl/smtp.server.com.PUBLIC.key (this is the public key given to me by rapidssl)
smtpd_tls_CAfile = /etc/postfix/ssl/combo.csr.key This key has both the intermediate keys ON TOP, and the ROOT KEY on the bottom.
Here is the Intermediate keys:
and here is the root CERT:
anyone know how to use rapidssl certs?
© Server Fault or respective owner