Skip to content

Commit

Permalink
Merge pull request #163 from betagouv/update/ssl-config
Browse files Browse the repository at this point in the history
Met à jour les versions de TLS supportées et les ciphers utilisés
  • Loading branch information
baptou12 authored Oct 18, 2023
2 parents 815eebb + b5fd1ba commit 45e7150
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions roles/bootstrap/templates/nginx_ssl_params.conf.j2
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ssl_prefer_server_ciphers on;
ssl_ciphers EECDH+ECDSA+AESGCM:EECDH+aRSA+AESGCM:EECDH+ECDSA+SHA512:EECDH+ECDSA+SHA384:EECDH+ECDSA+SHA256:EDH+aRSA:EECDH:!aNULL:!eNULL:!LOW:!RC4:!3DES:!MD5:!EXP:!PSK:!SRP:!DSS;
ssl_protocols TLSv1.2 TLSv1.1 TLSv1;
ssl_prefer_server_ciphers off;
ssl_ciphers ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:DHE-RSA-CHACHA20-POLY1305;
ssl_protocols TLSv1.2 TLSv1.3;
ssl_session_cache shared:TLS:2m;
ssl_session_timeout 5m;
ssl_dhparam /etc/ssl/private/dhparam.pem;

0 comments on commit 45e7150

Please sign in to comment.