update
This commit is contained in:
parent
0f626be4d5
commit
19ccb3b24f
@ -1,15 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
# echo $(date +%F%n%T)
|
||||
|
||||
# mkdir -p /root/xray_cert
|
||||
# sudo /root/.acme.sh/acme.sh --install-cert --fullchain-file /root/xray_cert/xray.crt --key-file /root/xray_cert/xray.key --ecc -d a01.wingogo.tk
|
||||
# echo "Xray Certificates Renewed"
|
||||
|
||||
# sudo systemctl restart xray
|
||||
# echo "Xray Restarted"
|
||||
|
||||
|
||||
systemctl stop nginx;
|
||||
~/.acme.sh/acme.sh --renew -d 你的域名 --ecc;
|
||||
systemctl restart nginx;
|
||||
Loading…
Reference in New Issue
Block a user