Skip to content

Commit

Permalink
Merge pull request #2956 from a-gavin/https_docs
Browse files Browse the repository at this point in the history
docs: clarify supported tls cipher suites
  • Loading branch information
roidelapluie committed Sep 5, 2022
2 parents c732372 + a9b758a commit dbc8618
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/https.md
Expand Up @@ -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> ] ]
Expand Down

0 comments on commit dbc8618

Please sign in to comment.