Tuesday, June 16, 2009

2009-01-07: Creating self-signed certificates

Note to self: When my self-signed certificate for my mail server expires next year at about the same time, this should fix it:
openssl req -config /etc/ssl/openssl.cnf \
-new -x509 -nodes -out /etc/ssl/certs/dovecot.pem \
-keyout /etc/ssl/private/dovecot.pem

2 Kommentare:

ghaering said...

Switched to GMail since then ...

ghaering said...

Well, I switched to GMail since, so I don't have to worry about administering my own email server any more ;-)