Files
resty_functions/renew_cert.sh
T
2024-02-13 21:16:06 +08:00

11 lines
115 B
Bash
Executable File

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