This commit is contained in:
vincent 2022-02-09 11:02:47 +08:00
parent 7c5f6196c2
commit 31e03753d3

View File

@ -11,5 +11,5 @@
systemctl stop nginx;
acme.sh --renew -d 你的域名 --ecc;
~/.acme.sh/acme.sh --renew -d 你的域名 --ecc;
systemctl restart nginx;