docs(inputs.x509_cert): Add documentation for 'exclude_root_certs' option. (#12249)
This commit is contained in:
parent
9acbf23ebb
commit
404c0475d0
|
|
@ -36,6 +36,9 @@ See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
|||
## example: server_name = "myhost.example.org"
|
||||
# server_name = "myhost.example.org"
|
||||
|
||||
## Only output the leaf certificates and omit the root ones.
|
||||
# exclude_root_certs = false
|
||||
|
||||
## Optional TLS Config
|
||||
# tls_ca = "/etc/telegraf/ca.pem"
|
||||
# tls_cert = "/etc/telegraf/cert.pem"
|
||||
|
|
|
|||
|
|
@ -16,6 +16,9 @@
|
|||
## example: server_name = "myhost.example.org"
|
||||
# server_name = "myhost.example.org"
|
||||
|
||||
## Only output the leaf certificates and omit the root ones.
|
||||
# exclude_root_certs = false
|
||||
|
||||
## Optional TLS Config
|
||||
# tls_ca = "/etc/telegraf/ca.pem"
|
||||
# tls_cert = "/etc/telegraf/cert.pem"
|
||||
|
|
|
|||
Loading…
Reference in New Issue