1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-14 00:19:16 +01:00

docs: Add NODE_EXTRA_CA_CERTS documentation for webhook addons

This commit is contained in:
Christopher Kolstad 2022-05-09 10:37:18 +02:00
parent 75e6df5b5b
commit f90678180c
No known key found for this signature in database
GPG Key ID: 559ACB0E3DB5538A

View File

@ -53,3 +53,11 @@ Example:
```
If you don't specify anything Unleash will use the [Unleash event format](/api/admin/events).
#### Custom SSL certificates {#certificates}
If your webhook endpoint uses a custom SSL certificate,
you will need to start Unleash with the `NODE_EXTRA_CA_CERTS` environment variable set.
It needs to point to your custom certificate file in pem format.
For more information: [see node documentation](https://nodejs.org/api/cli.html#node_extra_ca_certsfile)