#!/bin/sh
set -x
killall -9 openresty
#openresty -s stop
certbot renew
#nginx -s stop
killall -9 nginx
openresty