Travis: > It turns out that my software (tinyca2) as well as the normal > openssl genrsa -des3 -rand /etc/hosts -out smtpd.key 1024 > (suggested here: https://help.ubuntu.com/community/Postfix) > both prompt for passwords with which to encrypt the key.
See instructions at the end of http://www.postfix.org/TLS_README.html Begin quote: * Create an unpassworded private key for host foo.porcupine.org and create an unsigned public key certificate. % openssl req -new -nodes -keyout foo-key.pem -out foo-req.pem -days 365 End quote. Wietse