On 2014-05-28 17:55:25 (+0200), Benny Pedersen <m...@junc.eu> wrote: > since i made a private ssl key that is encrypted i like to know if it > can be used with postfix ? > > as in dovecot where the password for decrypt goes into 10-ssl.conf > ssl_key password, what is the equant in postfix if yes ? > > if no i have to create a non encrypted private, and pay signer again :(
Postfix does not support encrypted keys. You do not need to pay your signer again. Openssl (or equivalents) can create a passphrase-less version. No need to generate a new key.