This commit is contained in:
vincent 2023-12-05 23:34:07 +08:00
parent 0f626be4d5
commit 19ccb3b24f

View File

@ -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;