mirror of
https://github.com/certbot/certbot.git
synced 2026-07-25 23:29:26 +02:00
Copy nginx options file into integration testing environment
This commit is contained in:
@@ -7,6 +7,7 @@ export PATH="/usr/sbin:$PATH" # /usr/sbin/nginx
|
||||
nginx_root="$root/nginx"
|
||||
mkdir $nginx_root
|
||||
root="$nginx_root" ./certbot-nginx/tests/boulder-integration.conf.sh > $nginx_root/nginx.conf
|
||||
cp certbot-nginx/certbot_nginx/options-ssl-nginx.conf $nginx_root
|
||||
|
||||
killall nginx || true
|
||||
nginx -c $nginx_root/nginx.conf
|
||||
|
||||
Reference in New Issue
Block a user