Skip to content

Commit

Permalink
docs: clarify supported tls cipher suites (#99)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Gavin <a_gavin@icloud.com>

Signed-off-by: Alex Gavin <a_gavin@icloud.com>
  • Loading branch information
a-gavin committed Sep 5, 2022
1 parent 2434b08 commit 254d2ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/web-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,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 254d2ca

Please sign in to comment.