You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -311,7 +311,7 @@ logspout supports modification of the client TLS settings via environment variab
311
311
| Environment Variable | Description |
312
312
| :--- | :--- |
313
313
|`LOGSPOUT_TLS_DISABLE_SYSTEM_ROOTS`| when set to `true` it disables loading the system trust store into the trust store of logspout |
314
-
|`LOGSPOUT_TLS_CA_CERTS`| a comma separated list of filesystem paths to pem encoded CA certificates that should be added to logsput's TLS trust store. Each pem file can contain more than one certificate |
314
+
|`LOGSPOUT_TLS_CA_CERTS`| a comma separated list of filesystem paths to pem encoded CA certificates that should be added to logspout's TLS trust store. Each pem file can contain more than one certificate |
315
315
|`LOGSPOUT_TLS_CLIENT_CERT`| filesystem path to pem encoded x509 client certificate to load when TLS mutual authentication is desired |
316
316
|`LOGSPOUT_TLS_CLIENT_KEY`| filesystem path to pem encoded client private key to load when TLS mutual authentication is desired |
317
317
|`LOGSPOUT_TLS_HARDENING`| when set to `true` it enables stricter client TLS settings designed to mitigate some known TLS vulnerabilities |
0 commit comments