move tls configuration from static configuration to dynamic configuration

This commit is contained in:
bsod 2020-11-06 17:55:48 +01:00
parent f119bd7c37
commit 85ca1d8890
3 changed files with 18 additions and 16 deletions
config/dynamic

11
config/dynamic/tls.yml Normal file
View file

@ -0,0 +1,11 @@
tls:
options:
default:
minVersion: VersionTLS12
cipherSuites:
- TLS_CHACHA20_POLY1305_SHA256
- TLS_AES_128_GCM_SHA256
- TLS_AES_256_GCM_SHA384
- TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256
- TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
- TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384