Files
resty_functions/renew_cert.sh
T

9 lines
75 B
Bash
Raw Normal View History

2023-05-29 15:48:40 +08:00
#!/bin/sh
set -x
openresty -s stop
certbot renew
nginx -s stop
openresty