Renwing expired ssl cert for imap

I use IMAP to read mail off my debian (ubuntu) fileserver. When the SSL cert expires, I get annoying warnings, which can be fixed by renewing the SSL cert — Thanks to n8 foo for the tip:

cd /etc/ssl/certs
openssl req -new -x509 -nodes -out imapd.pem -keyout imapd.pem -days 365
Another link from n8:

http://www.knowplace.org/pages/howtos/linux_imapd_with_ssl_howto.php

Comments are closed.