How to generate a dovecot self-signed SSL certificate under debian without all that fannying about with openssl commands

aug 22 2005
#debian

For my own reference more than anything.

This removes the old certs

find /etc/ssl -name dovecot.* -exec rm {} \;

This makes new ones

dpkg-reconfigure dovecot-common
© 2012