privkey.pem cert.pem.pw" if you just use "privkey.pem" in the following
openssl command (e.g. openssl rsa -in privkey.pem -out cert.pem".
But there is nothing wrong with it as it is now, as far as I can see.
//Magnus
To remove the passphrase (as you must if you want automatic start-up of
the postmaster), run the commands
-mv privkey.pem cert.pem.pw
-openssl rsa -in cert.pem.pw -out cert.pem
+openssl rsa -in privkey.pem -out cert.pem
Enter the old passphrase to unlock the existing key. Now do