From 20b6049ab9ee53ef5e08033e9b60551a12087659 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Mon, 11 Apr 2016 11:36:19 +0200 Subject: Update the pined pubkey fingerprint in the postfix config snippets. --- konfigurera.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'konfigurera.mdwn') diff --git a/konfigurera.mdwn b/konfigurera.mdwn index 1f41054..d3fa410 100644 --- a/konfigurera.mdwn +++ b/konfigurera.mdwn @@ -171,7 +171,7 @@ Lägg nu till nedanstående i filen `/etc/postfix/main.cf`. smtp_tls_fingerprint_digest = sha256 smtp_tls_mandatory_ciphers = high smtp_tls_mandatory_protocols = !SSLv2, !SSLv3, !TLSv1, !TLSv1.1 - smtp_tls_fingerprint_cert_match = 92:BF:5E:D5:B0:4E:10:19:20:08:C4:70:D6:F3:F7:EC:5F:6E:75:D2:1F:9B:FF:4D:49:BD:B0:8A:68:90:49:BF + smtp_tls_fingerprint_cert_match = A2:72:6E:C6:51:4D:66:70:AA:F4:90:08:C1:7A:3F:28:F9:2E:E9:81:E5:30:D1:0E:19:D6:84:7C:EA:A3:C9:05 Se `postconf(5)` för att läsa mer om SSL/TLS-klientregler. Se även [fingeravtrycket](https://fripost.org/certs.asc) till vårt [servercertifikats](https://git.fripost.org/fripost-ansible/plain/certs/public/smtp.fripost.org.pem) publika nyckel. @@ -195,7 +195,7 @@ Ange sedan dina SSL/TLS-klientregler i `/etc/postfix/tls_policy`: [smtp.example.org]:587 secure ciphers=high protocols=!SSLv2:!SSLv3 [smtp.fripost.org]:587 fingerprint ciphers=high protocols=!SSLv2:!SSLv3:!TLSv1:!TLSv1.1 - match=92:BF:5E:D5:B0:4E:10:19:20:08:C4:70:D6:F3:F7:EC:5F:6E:75:D2:1F:9B:FF:4D:49:BD:B0:8A:68:90:49:BF + match=A2:72:6E:C6:51:4D:66:70:AA:F4:90:08:C1:7A:3F:28:F9:2E:E9:81:E5:30:D1:0E:19:D6:84:7C:EA:A3:C9:05 Se `postconf(5)` för att läsa mer om SSL/TLS-klientregler. Fingeravtrycket till vårt [server-certifikats](https://git.fripost.org/fripost-ansible/plain/certs/public/smtp.fripost.org.pem) publika nyckel hittar du [här](https://fripost.org/certs.asc). -- cgit v1.2.3