From b9779035ccca8e0cc5468fab271aeff1e03badba Mon Sep 17 00:00:00 2001 From: Jonathan Bennetts Date: Mon, 29 Apr 2024 15:36:54 +0100 Subject: [PATCH] Add c_rehash to generate cert links for openssl --- docker/images/n8n/docker-entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/images/n8n/docker-entrypoint.sh b/docker/images/n8n/docker-entrypoint.sh index 4ef3868cb7a71..2205826e4c8ae 100755 --- a/docker/images/n8n/docker-entrypoint.sh +++ b/docker/images/n8n/docker-entrypoint.sh @@ -3,6 +3,7 @@ if [ -d /opt/custom-certificates ]; then echo "Trusting custom certificates from /opt/custom-certificates." export NODE_OPTIONS=--use-openssl-ca $NODE_OPTIONS export SSL_CERT_DIR=/opt/custom-certificates + c_rehash /opt/custom-certificates fi if [ "$#" -gt 0 ]; then