Skip to content
Snippets Groups Projects
Commit cb21b718 authored by Tilman Vatteroth's avatar Tilman Vatteroth :robot:
Browse files

fixes typos

parent a472ddba
No related branches found
No related tags found
1 merge request!13Sets the default ssl ciphers to mozillas intermediate config
......@@ -12,7 +12,7 @@ haproxy_acme_backend_name: "acmetool"
_haproxy_ssl_options: 'no-sslv3 no-tlsv10 no-tlsv11 no-tls-tickets'
_haproxy_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'
_haproxy_ssl_cipersuites: 'TLS_AES_128_GCM_SHA256:TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256'
_haproxy_ssl_ciphersuites: 'TLS_AES_128_GCM_SHA256:TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256'
_haproxy_default_compression_algo: gzip
_haproxy_default_compression_type: "text/css text/xml application/javascript application/atom+xml application/rss+xml text/mathml text/plain text/x-component image/svg+xml application/json application/vnd.google-earth.kml+xml application/x-perl application/xhtml+xml application/xspf+xml"
......@@ -29,10 +29,10 @@ haproxy_global:
daemon: true
ssl_default_bind_options: '{{ _haproxy_ssl_options }}'
ssl_default_bind_ciphers: '{{ _haproxy_ssl_ciphers }}'
ssl_default_bind_cipersuites: '{{ _haproxy_ssl_cipersuites }}'
ssl_default_bind_ciphersuites: '{{ _haproxy_ssl_ciphersuites }}'
ssl_default_server_options: '{{ _haproxy_ssl_options }}'
ssl_default_server_ciphers: '{{ _haproxy_ssl_ciphers }}'
ssl_default_server_cipersuites: '{{ _haproxy_ssl_cipersuites }}'
ssl_default_server_ciphersuites: '{{ _haproxy_ssl_ciphersuites }}'
tune:
ssl.default-dh-param: 2048
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment