I've an issue with my StartSSL certificate. When I try to use it to activate SSL encryption on Dovecot, I get the following error in my log when a client attempt a connection to the imap server :
dovecot: imap-login: Fatal: Couldn't parse private ssl_key: error:0906D06C:PEM routines:PEM_read_bio:no start line: Expecting: ANY PRIVATE KEY
dovecot: master: Error: service(imap-login): command startup failed, throttling for 16 secs
However, I've followed this tutorial : SSL how to: install ssl on Dovecot IMAP serer | ErlyCoder and my private key (without passphrase) and the certificate are present where they must be, so I don't understand why it doesn't work
In my dovecot.conf file :
ssl_key = /home/mail/ssl/****.key
ssl_cert = /home/mail/ssl/****.pem
The certificate file contains in this order :
- My certificate
- The sub.class1.server.ca.pem content from StartSSL
- The ca.pem content from StartSSL
OS : Debian 8
Thanks