update renew_cert.sh
This commit is contained in:
+4
-2
@@ -1,8 +1,10 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
openresty -s stop
|
killall -9 openresty
|
||||||
|
#openresty -s stop
|
||||||
certbot renew
|
certbot renew
|
||||||
nginx -s stop
|
#nginx -s stop
|
||||||
|
killall -9 nginx
|
||||||
openresty
|
openresty
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user