由于搭建X-UI面板使用的免费证书有效期只有3个月,到期还需要自己手动更新:
运行下面两行代码,xxx.xxx.com替换成自己的域名

~/.acme.sh/acme.sh  --issue -d xxx.xxx.com   --standalone   --force 
~/.acme.sh/acme.sh --installcert -d xxx.xxx.com --key-file /root/private.key --fullchain-file /root/cert.crt