adding documentation of use of NODE_EXTRA_CA_CERTS env var (#84578)

This commit is contained in:
Bill McConaghy 2020-12-01 08:03:57 -05:00 committed by GitHub
parent 4cb44d9e33
commit 4a7071ea90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -89,6 +89,8 @@ Here's a list of the available global configuration options and an explanation o
* `xpack.actions.proxyRejectUnauthorizedCertificates`: Set to `false` to bypass certificate validation for proxy, if using a proxy for actions.
* `xpack.actions.rejectUnauthorized`: Set to `false` to bypass certificate validation for actions.
*NOTE:* As an alternative to both `xpack.actions.proxyRejectUnauthorizedCertificates` and `xpack.actions.rejectUnauthorized`, the OS level environment variable `NODE_EXTRA_CA_CERTS` can be set to point to a file that contains the root CA(s) needed for certificates to be trusted.
[float]
=== Managing alerts