Displaying 2 results from an estimated 2 matches for "3a82ab1a".
2016 Nov 23
0
Updated my Dovecot certificate for the first time
...directory like this:
# cd /path/to/certs &&
> openssl s_client -connect remote.server:143 -starttls imap -showcerts </dev/null 2>&0 |
> H=$(openssl x509 -hash -out imap.pem) &&
> ln -sf imap.pem ${H}.0
# ls -l
total 5
lrwxr-xr-x 1 root wheel 11 Nov 23 15:34 3a82ab1a.0 -> imap.pem
-rw-r--r-- 1 root wheel 1371 Nov 23 15:34 imap.pem
--
Greg Rivers
2016 Nov 23
2
Updated my Dovecot certificate for the first time
Hi all,
I've used Dovecot since February 2012, but because I kept reinstalling
Linux with every major version, I never had a Dovecot
self-signed certificate go bad on me before. Til now.
I started using rolling release Void Linux about a year ago, and my
Dovecot self-signed certificate just expired.
The solution I used is contained in these documents: