mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
docs: Add NODE_EXTRA_CA_CERTS documentation for webhook addons (#1578)
* docs: Add NODE_EXTRA_CA_CERTS documentation for webhook addons Co-authored-by: Thomas Heartman <thomas@getunleash.ai>
This commit is contained in:
parent
75e6df5b5b
commit
c0207bf3ff
@ -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 the [official Node.js documentation on setting extra certificate files](https://nodejs.org/api/cli.html#node_extra_ca_certsfile).
|
||||
|
Loading…
Reference in New Issue
Block a user