Skip to content

Commit 57394f7

Browse files
committed
Fix google cacert location.
1 parent cf8e375 commit 57394f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ RUN \
387387
# Deploy Crowdsec Openresty Bouncer.
388388
echo "Deploy Crowdsec Openresty Bouncer.." && \
389389
cd /tmp/crowdsec-openresty-bouncer && \
390-
bash ./install.sh --NGINX_CONF_DIR=/etc/nginx/conf.d --LIB_PATH=/var/lib/nginx/lualib --CONFIG_PATH=/defaults/crowdsec/ --DATA_PATH=/defaults/crowdsec/ --SSL_CERTS_PATH=/etc/ssl/certs/GTS_root_R1.pem --docker && \
390+
bash ./install.sh --NGINX_CONF_DIR=/etc/nginx/conf.d --LIB_PATH=/var/lib/nginx/lualib --CONFIG_PATH=/defaults/crowdsec/ --DATA_PATH=/defaults/crowdsec/ --SSL_CERTS_PATH=/etc/ssl/certs/ca-cert-GTS_Root_R1.pem --docker && \
391391
sed-patch 's|ENABLED=.*|ENABLED=false|' /defaults/crowdsec/crowdsec-openresty-bouncer.conf && \
392392
# Cleanup.
393393
del-pkg build-dependencies && \

0 commit comments

Comments
 (0)