Dovecot and StartSSL problems with issuer
- by knoim
I am using dovecot (1) and trying to get my StartSSL certificate running.
ssl_key_file points to my private key
I tried pointing ssl_cert_file to my public key, with and without using
the class1 certificate from http://www.startssl.com/certs/sub.class1.server.ca.pem
as ssl_ca_file aswell as combing them with
cat publickey sub.class1.server.ca.pem chained
My mail client keeps telling me the certificate has no issuer, but doing openssl x509 on my public certificate tells me it is
C=IL, O=StartCom Ltd., OU=Secure Digital Certificate Signing, CN=StartCom Class 1 Primary Intermediate Server CA
My option for the CSR were:
openssl req -new -newkey rsa:4096 -nodes
Dovecot's log doesn't mention any problems.
EDIT: Doesn't seem to be a problem with dovecot. I am having the same problem with postfix.
openssl verify gives me the same error.