Skip to content

Commit

Permalink
Add c_rehash to generate cert links for openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
Joffcom authored and netroy committed May 14, 2024
1 parent 5535f5a commit cec3c62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/images/n8n/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cec3c62

Please sign in to comment.