Browse Source

Merge pull request #922 from Angristan/patch-5

ECDH only
closed-social-glitch-2
Eugen 7 years ago
committed by GitHub
parent
commit
a107de07c9
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      docs/Running-Mastodon/Production-guide.md

+ 2
- 1
docs/Running-Mastodon/Production-guide.md View File

@ -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;

Loading…
Cancel
Save