mirror of
https://github.com/certbot/certbot.git
synced 2026-04-29 18:19:51 -04:00
Copy nginx options file into integration testing environment
This commit is contained in:
parent
f0c2ed3059
commit
712bd9ee6b
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue