blog:install_cacert_certificate_for_postfix_smtp:tls
| Next revision | Previous revision | ||
| blog:install_cacert_certificate_for_postfix_smtp:tls [2009-07-28 10:20] – created brb | blog:install_cacert_certificate_for_postfix_smtp:tls [2014-05-21 07:15] (current) – brb | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| * When openssl asks for your name, enter the FQDN of the server | * When openssl asks for your name, enter the FQDN of the server | ||
| - | $ openssl req -nodes -new -keyout private.key -out server.csr | + | $ openssl req -nodes -newkey rsa: |
| + | | ||
| Then you paste server.csr into the form on their web site and they email you back a certificate, | Then you paste server.csr into the form on their web site and they email you back a certificate, | ||
| Line 17: | Line 18: | ||
| This is for main.cf, see also the other stuff above: | This is for main.cf, see also the other stuff above: | ||
| - | smtpd_tls_key_file = / | + | |
| - | smtpd_tls_cert_file = / | + | smtpd_tls_cert_file = / |
| - | smtpd_tls_CAfile = / | + | smtpd_tls_CAfile = / |
| + | |||
| + | ===== Refreshing the certificate: | ||
| + | |||
| + | * Got to the cacert site and refresh the certificate | ||
| + | * open / | ||
| + | * restart postfix | ||
| + | * test sending a mail with tls enabled | ||
| Source: https:// | Source: https:// | ||
| - | {{tag> | + | {{tag> |
| ~~LINKBACK~~ | ~~LINKBACK~~ | ||
| ~~DISCUSSION~~ | ~~DISCUSSION~~ | ||
blog/install_cacert_certificate_for_postfix_smtp/tls.1248769259.txt.gz · Last modified: 2009-07-28 10:20 by brb
