From 2e8a889fc94313acf53c430cec1bd044850769a0 Mon Sep 17 00:00:00 2001 From: Aaron Jones Date: Mon, 1 Feb 2021 15:51:59 +0000 Subject: [PATCH] doc/reference.conf: add an example TLSv1.3 ciphersuite name [ci skip] --- doc/reference.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/reference.conf b/doc/reference.conf index 5ce9c892..7d2bc2e7 100644 --- a/doc/reference.conf +++ b/doc/reference.conf @@ -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