Configure n8n to use your own certificate authority or self-signed certificate#
You can add your own certificate authority (CA) or self-signed certificate to n8n. This means you are able to trust a certain SSL certificate instead of trusting all invalid certificates, which is a potential security risk.
Available in version 1.42.0
This feature is only available in version 1.42.0+.
To use this feature you need to place your certificates in a folder and mount the folder to /opt/custom-certificates
in the container.
Docker#
The examples below assume you have a folder called pki
that contains your certificates in either the directory you run the command from or next to your docker compose file.
Docker CLI#
When using the CLI you can use the -v
flag from the command line:
1 2 3 4 5 |
|
Docker Compose#
1 2 3 4 5 6 7 8 9 |
|