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: docs/user/alerting/defining-alerts.asciidoc
+2
Original file line number
Diff line number
Diff line change
@@ -89,6 +89,8 @@ Here's a list of the available global configuration options and an explanation o
89
89
* `xpack.actions.proxyRejectUnauthorizedCertificates`: Set to `false` to bypass certificate validation for proxy, if using a proxy for actions.
90
90
* `xpack.actions.rejectUnauthorized`: Set to `false` to bypass certificate validation for actions.
91
91
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.
0 commit comments