mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08:00
docs: clarify supported tls cipher suites (#10903)
Signed-off-by: Alex Gavin <a_gavin@icloud.com>
This commit is contained in:
parent
c637705403
commit
8f16cc99ec
|
@ -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> ] ]
|
||||
|
||||
|
|
Loading…
Reference in a new issue