From: Ed Knutson Date: Fri, 7 Apr 2017 19:10:39 +0000 (-0500) Subject: change suggested cipher for nginx X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=27012aaeb6af9c41adc19443cbd17153e3b2d565;p=mastodon.git change suggested cipher for nginx --- diff --git a/docs/Running-Mastodon/Production-guide.md b/docs/Running-Mastodon/Production-guide.md index 90e9c0dea..1dba56131 100644 --- a/docs/Running-Mastodon/Production-guide.md +++ b/docs/Running-Mastodon/Production-guide.md @@ -24,7 +24,7 @@ server { ssl_protocols TLSv1.2; ssl_ciphers EECDH+AESGCM:EECDH+AES; - ssl_ecdh_curve secp384r1; + ssl_ecdh_curve prime256v1; ssl_prefer_server_ciphers on; ssl_session_cache shared:SSL:10m;