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:
parent
75e6df5b5b
commit
f90678180c
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user