Merge pull request 'update tls options' (#1) from tls_options into master
Reviewed-on: #1
This commit is contained in:
commit
1877aa338f
1 changed files with 14 additions and 0 deletions
|
@ -49,3 +49,17 @@
|
|||
[[tls.certificates]]
|
||||
certFile = "cert/grun.host.origin.pem"
|
||||
keyFile = "cert/grun.host.origin.key"
|
||||
|
||||
[tls.options]
|
||||
[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"
|
||||
]
|
||||
[tls.options.mintls13]
|
||||
minVersion = "VersionTLS13"
|
Loading…
Reference in a new issue