This commit is contained in:
Frank Denis 2018-04-07 23:05:29 +02:00
parent 65e6b8569e
commit 517538bdb2
1 changed files with 3 additions and 3 deletions

View File

@ -120,9 +120,9 @@ cert_refresh_delay = 240
## 49195 = TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
## 52392 = TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305
## 52393 = TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305
### On non-Intel systems such as Raspberry Pi and other ARM systems, the following is recommended
### Everybody else should not set this parameter, and just use the default suite.
##
## On non-Intel systems such as Raspberry Pi and other ARM systems, the following is recommended
## Everybody else should not set this parameter, and just use the default suite.
# tls_cipher_suite = [52392, 49199]