Letsencrypt certificates for Dovecot

Discussion in 'Installation/Configuration' started by Tomas Benda, Dec 28, 2016.

  1. Tomas Benda

    Tomas Benda New Member

    Hi guys,
    I am trying to set up Dovecot for use LE certificate sae as I use for ISP Config webpage, but I am not successful. If I use self signed certificates, it works fine.
    First of all I disable sel signed cert
    upload_2016-12-28_15-26-8.png
    Secondly I changed confguration in 10-ssl.conf file
    upload_2016-12-28_15-29-19.png

    Than I reload the dovecot service
    Than I check the service and tere is this error.
    upload_2016-12-28_15-31-21.png

    Can you pls tell me, what is wrong? Certificate is working while using it over https.
     
  2. sjau

    sjau Local Meanie Moderator

    as ssl_cert use use the fullchain.pem:
    Code:
    ssl_cert = </etc/letsencrypt/live/YOURSITE/fullchain.pem
    ssl_key = </etc/letsencrypt/live/YOURSITE/privkey.pem
    
     
  3. Tomas Benda

    Tomas Benda New Member

    Hi Sjau,
    thx for reply. I tried and situation is same.

    upload_2016-12-28_18-31-0.png
     
  4. sjau

    sjau Local Meanie Moderator

    no idea.... works fine for me though... however I used acme.sh to create certs for ISPC, postfix and dovecot so that I have a SAN cert with all the vanity mail server names.
     

Share This Page