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

22 August 2005 in blog
tagged with [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

 

 

blog comments powered by Disqus