一键安装trojan - 不要在重要机器上安装
wget -N --no-check-certificate -q -O trojan_install.sh "https://raw.githubusercontent.com/V2RaySSR/Trojan/master/trojan_install.sh" && chmod +x trojan_install.sh && bash trojan_install.sh
如果安装证书时提示:
No EAB credentials found for ZeroSSL, let's get one
那先注册一次账号(替换以下邮箱地址):
acme.sh --register-account -m [email protected] --server zerossl
切换为 let's encrypt
acme.sh --set-default-ca --server letsencrypt