docker-n8n-python icon indicating copy to clipboard operation
docker-n8n-python copied to clipboard

Introduce N8N functionality to support custom certificates

Open arvchristos opened this issue 3 weeks ago • 0 comments

Documentation at https://docs.n8n.io/hosting/configuration/configuration-examples/custom-certificate-authority indicates that when the directory /opt/custom-certificates exists, those certs should be added to the trusted CAs.

This PR introduces the same logic as in https://github.com/n8n-io/n8n/blob/master/docker/images/n8n/docker-entrypoint.sh , which tests for the existence of this directory and attempts to install the supported CA certs.

arvchristos avatar Feb 01 '25 17:02 arvchristos