[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [suse-security] Problems with postfix and TLS
Hi,
> Sep 17 00:41:18 my_hostname postfix/smtpd[21918]: unable to get private
key
> from '/etc/postfix/newreq.pem'
First make your request, then sign it with your (self-signed) CA, split up
cert and keyfile, remove the password from the key and your done. It does
not work as the private key could not be read, see logfile, because of the
password.
If the key is in the request file, seperate it and remove the password:
openssl rsa -in keyfile.pem -out key_without_pass.pem
you can cat it then >> back into the cert-file if you wish.
Ciao,
Dieter
--
Check the headers for your unsubscription address
For additional commands, e-mail: suse-security-help@xxxxxxxx
Security-related bug reports go to security@xxxxxxx, not here