doc/reference.conf: add an example TLSv1.3 ciphersuite name
[ci skip]
This commit is contained in:
parent
a90f22c92d
commit
2e8a889fc9
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ serverinfo {
|
|||
ssl_dh_params = "etc/dh.pem";
|
||||
|
||||
/* ssl_cipher_list: A list of ciphers, dependent on your TLS backend */
|
||||
#ssl_cipher_list = "EECDH+HIGH:EDH+HIGH:HIGH:!aNULL";
|
||||
#ssl_cipher_list = "TLS_CHACHA20_POLY1305_SHA256:EECDH+HIGH:EDH+HIGH:HIGH:!aNULL";
|
||||
|
||||
/* ssld_count: number of ssld processes you want to start, if you
|
||||
* have a really busy server, using N-1 where N is the number of
|
||||
|
|
Loading…
Reference in a new issue