XRAY搭建教程 一:申请SSL证书 apt update -y apt install -y curl apt install -y socat curl https://get.acme.sh | sh ~/.acme.sh/acme.sh --register-account -m [email protected] [填写真实邮箱] ~/.acme.sh/acme.sh --issue -d xxxx.xxxx.xxx --standalone [填写域名] ~/.acme.sh/acme.sh --inst…