ansible-config/roles/nginx/files/openssl.cnf
Alexander Dietrich bbb7c76eef Update nginx role
2020-03-23 20:43:06 +01:00

11 lines
226 B
INI

openssl_conf = default_conf
[default_conf]
ssl_conf = ssl_sect
[ssl_sect]
system_default = system_default_sect
[system_default_sect]
Ciphersuites = TLS_CHACHA20_POLY1305_SHA256:TLS_AES_256_GCM_SHA384:TLS_AES_128_GCM_SHA256