Files
resty_functions/renew_cert.sh
T
2023-05-29 15:50:24 +08:00

9 lines
75 B
Bash
Executable File

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