Displaying 4 results from an estimated 4 matches for "installcert".
2017 Sep 09
1
Dovecot and Letsencrypt certs
If you're using acme.sh:
acme.sh --installcert -d imap.example.com \
? --keypath /etc/pki/dovecot/private/imap.example.com.pem \
? --certpath /etc/pki/dovecot/certs/imap.example.com.crt \
? --fullchainpath /etc/pki/dovecot/certs/imap.example.com.full.chain.crt \
? --reloadcmd??????????? "systemctl reload dovecot.service"
HTH,
Bil...
2017 Dec 26
2
Renewing certificates
I'm setting up certbot/letsencrypt to provide a certificate for dovecot and
sendmail. Is it necessary to restart dovecot to load the new certificate,
as shown in most examples I find in blogs? That seems rude to established
connections. When does dovecot read the cert and key files? Once at startup
or each time a connection requests SSL? Is there a preferred locking
protocol when changing
2017 Dec 27
1
Renewing certificates
I'm using acme.sh to get my Let's Encrypt certificates.? The install command is:
acme.sh --installcert -d imap.example.com \
??????? --keypath /etc/pki/dovecot/private/imap.example.com.pem \
??????? --certpath /etc/pki/dovecot/certs/imap.example.com.crt \
??????? --fullchainpath /etc/pki/dovecot/certs/imap.example.com.full.chain.crt \
??????? --reloadcmd???? "systemctl reload dovecot.servic...
2017 Sep 08
5
Dovecot and Letsencrypt certs
So this morning at 4am I was awoken to my mail clients getting certificate errors for an expired certificate.
I hopped on to the server and checked and? no, the LE certs renewed last month and are valid until November.
After some moments of confusion I noticed that dovecot had been running since before the renewal, so I did a quick service dovecot restart which fixed everything.
Should dovecot