File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ RESET='\E[0m'
9
9
DOCKER_IMAGE=nginxproxymanager/nginx-full
10
10
11
11
export OPENRESTY_VERSION=1.19.9.1
12
- export CROWDSEC_OPENRESTY_BOUNCER_VERSION=0.1.7
12
+ export CROWDSEC_OPENRESTY_BOUNCER_VERSION=0.1.11
13
13
export LUA_VERSION=5.1.5
14
14
export LUAROCKS_VERSION=3.3.1
15
15
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ tar xzf crowdsec-openresty-bouncer.tgz --strip 1 -C /tmp/crowdsec
21
21
rm -rf /tmp/crowdsec-openresty-bouncer.tgz
22
22
cd /tmp/crowdsec
23
23
24
- bash ./install.sh --NGINX_CONF_DIR=/etc/nginx/conf.d --LIB_PATH=/etc/nginx/lualib --CONFIG_PATH=/defaults/crowdsec --DATA_PATH=/defaults/crowdsec --docker
24
+ bash ./install.sh --NGINX_CONF_DIR=/etc/nginx/conf.d --LIB_PATH=/etc/nginx/lualib --CONFIG_PATH=/defaults/crowdsec --DATA_PATH=/defaults/crowdsec --SSL_CERTS_PATH=/etc/ssl/certs/GTS_root_R1.pem -- docker
25
25
sed -i ' s|ENABLED=.*|ENABLED=false|' /defaults/crowdsec/crowdsec-openresty-bouncer.conf
26
26
rm -rf /tmp/crowdsec
27
27
You can’t perform that action at this time.
0 commit comments