Merge pull request #2956 from a-gavin/https_docs

docs: clarify supported tls cipher suites
This commit is contained in:
Julien Pivotto 2022-09-05 11:51:46 +02:00 committed by GitHub
commit dbc86188c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -56,6 +56,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> ] ]