logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: a107de07c9a4bfe47bb9ca3dd64214bf3ad64533
parent: 792389da38145e6591f58c725b37965679ee4531
Author: Eugen <eugen@zeonfederated.com>
Date:   Wed,  5 Apr 2017 12:18:57 +0200

Merge pull request #922 from Angristan/patch-5

ECDH only

Diffstat:

Mdocs/Running-Mastodon/Production-guide.md3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/Running-Mastodon/Production-guide.md b/docs/Running-Mastodon/Production-guide.md @@ -23,7 +23,8 @@ server { server_name example.com; ssl_protocols TLSv1.2; - ssl_ciphers 'EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH'; + ssl_ciphers EECDH+AESGCM:EECDH+AES; + ssl_ecdh_curve secp384r1; ssl_prefer_server_ciphers on; ssl_session_cache shared:SSL:10m;