Skip to content

Commit 0b7ec8b

Browse files
authored
adding documentation of use of NODE_EXTRA_CA_CERTS env var (#84578) (#84636)
1 parent 3289e0c commit 0b7ec8b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/user/alerting/defining-alerts.asciidoc

+2
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ Here's a list of the available global configuration options and an explanation o
8989
* `xpack.actions.proxyRejectUnauthorizedCertificates`: Set to `false` to bypass certificate validation for proxy, if using a proxy for actions.
9090
* `xpack.actions.rejectUnauthorized`: Set to `false` to bypass certificate validation for actions.
9191

92+
*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.
93+
9294
[float]
9395
=== Managing alerts
9496

0 commit comments

Comments
 (0)