由于免费的acmeECC证书三个月过期,所以手动更新证书:
1
| sudo ~/.acme.sh/acme.sh --renew -d mydomain.com --force --ecc
|
安装证书:
1 2 3 4 5 6 7 8
| curl https:
sudo apt-get -y install netcat
sudo ~/.acme.sh/acme.sh --issue -d mydomain.me --standalone -k ec-256
sudo ~/.acme.sh/acme.sh --installcert -d mydomain.me --fullchainpath /etc/v2ray/v2ray.crt --keypath /etc/v2ray/v2ray.key --ecc
|