docs: clarify supported tls cipher suites (#10903)

Signed-off-by: Alex Gavin <a_gavin@icloud.com>
This commit is contained in:
A. Gavin 2022-06-30 02:34:49 -07:00 committed by GitHub
parent c637705403
commit 8f16cc99ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,6 +54,9 @@ tls_server_config:
# Go default cipher suites are used. Available cipher suites are documented
# in the go documentation:
# https://golang.org/pkg/crypto/tls/#pkg-constants
#
# Note that only the cipher returned by the following function are supported:
# https://pkg.go.dev/crypto/tls#CipherSuites
[ cipher_suites:
[ - <string> ] ]