Viktor Dukhovni skrev den 2014-05-28 18:10:

Don't be silly, just decrypt the key:

    # umask 077
    # openssl pkey \
        -in /path/to/encrypted-key.pem \
        -out /etc/postfix/smtpd-key.pem

you'll be prompted for the password to decrypt the input file, and
the output file will not be password protected.  Don't forget the
"umask 077", otherwise the key will be world-readable.

the abouve done as postfix user ?

Reply via email to