Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 185556 - SSL Certs for Postfix are incorect should be diferent value
Summary: SSL Certs for Postfix are incorect should be diferent value
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs on www.gentoo.org
Classification: Unclassified
Component: Other documents (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: nm (RETIRED)
URL: http://www.gentoo.org/doc/en/virt-mai...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-16 16:42 UTC by Celso Fernandes (icezimm)
Modified: 2007-07-20 09:09 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Celso Fernandes (icezimm) 2007-07-16 16:42:44 UTC
I Got a problem that Postfix wasn't able to read my key file, so after a lot searching for the problem I got that my key was the newkey.pem and not newreq.pem file as the documentation was showing, so instead of doing this as show in the how to:

cp newreq.pem /etc/postfix
smtpd_tls_key_file = /etc/postfix/newreq.pem

I did this and my Postfix now are able to do TLS transactions

cp newkey.pem /etc/postfix
smtpd_tls_key_file = /etc/postfix/newkey.pem

Reproducible: Always

Steps to Reproduce:
1. Reproduce the steps described in the section 5. SSL Certs for Postfix and Apache and 6. Adding SSL and SASL support to Postfix of the HowTo

Actual Results:  
Postfix are unable to do TLS transactions

Expected Results:  
Postfix do right TLS transactions
Comment 1 Sven Vermeulen 2007-07-16 16:56:40 UTC
That's correct, my bad.

Postfix can't do much with a certificate request :/
Comment 2 nm (RETIRED) gentoo-dev 2007-07-16 20:06:32 UTC
No problem, I'll fix.
Comment 3 nm (RETIRED) gentoo-dev 2007-07-20 09:09:13 UTC
Fixed in CVS, forgot about this two-line fix, sorry. Thanks to swift for prodding me.