Update changelog
This commit is contained in:
@@ -15,12 +15,14 @@ file or network connection.
|
||||
## Timeout for SSL connection
|
||||
# timeout = "5s"
|
||||
|
||||
## Pass a different name into the TLS request (Server Name Indication)
|
||||
## example: server_name = "myhost.example.org"
|
||||
# server_name = "myhost.example.org"
|
||||
|
||||
## Optional TLS Config
|
||||
# tls_ca = "/etc/telegraf/ca.pem"
|
||||
# tls_cert = "/etc/telegraf/cert.pem"
|
||||
# tls_key = "/etc/telegraf/key.pem"
|
||||
## Pass a different name into the TLS request (Server Name Indication)
|
||||
# server_name = "myhost.example.org"
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -26,12 +26,14 @@ const sampleConfig = `
|
||||
## Timeout for SSL connection
|
||||
# timeout = "5s"
|
||||
|
||||
## Pass a different name into the TLS request (Server Name Indication)
|
||||
## example: server_name = "myhost.example.org"
|
||||
# server_name = ""
|
||||
|
||||
## Optional TLS Config
|
||||
# tls_ca = "/etc/telegraf/ca.pem"
|
||||
# tls_cert = "/etc/telegraf/cert.pem"
|
||||
# tls_key = "/etc/telegraf/key.pem"
|
||||
## Pass a different name into the TLS request (Server Name Indication)
|
||||
# server_name = "myhost.example.org"
|
||||
`
|
||||
const description = "Reads metrics from a SSL certificate"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user