TLS.CipherSuites

This commit is contained in:
Maciej Krok 2020-06-07 11:55:14 +02:00
parent a6b77c77a6
commit c1a6a44865

View File

@ -11,7 +11,7 @@ services:
- --api.dashboard=false - --api.dashboard=false
- --debug=false - --debug=false
- --entryPoints=Name:http Address::80 Compress:true Redirect.EntryPoint:https - --entryPoints=Name:http Address::80 Compress:true Redirect.EntryPoint:https
- --entryPoints=Name:https Address::443 TLS Compress:true TLS.MinVersion:VersionTLS12 - --entryPoints=Name:https Address::443 TLS Compress:true TLS.MinVersion:VersionTLS12 TLS.CipherSuites:TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
- --logLevel=INFO - --logLevel=INFO
- --accessLog.format=json - --accessLog.format=json
- --docker - --docker