支持系统 Ubuntu,debian,centos7
wget https://raw.githubusercontent.com/niylin/xray-nginxscript/main/test.sh && chmod +x test.sh && ./test.sh
wget https://raw.githubusercontent.com/niylin/xray-nginxscript/main/test1.sh && chmod +x test1.sh && ./test1.sh
wget https://raw.githubusercontent.com/niylin/xray-nginxscript/main/cfacme.sh && chmod +x cfacme.sh && ./cfacme.sh
通过cloud flare API申请证书,并解析到本地ip,选择ip规则为去除本地回环地址的第一个地址.eu.org等免费域名需要手动解析
输入域名,cfapi,cf邮箱即可完成安装,自动申请通配符证书
证书/home/cert
站点/home/www
xray配置文件/usr/local/etc/xray
删除以下行
59 #read -p "请输入您的 Cloudflare API 密钥: " api_key
60 #read -p "请输入您的 Cloudflare 邮件地址: " email
修改"cfapi"和"email"为自己的即可
65 #export CF_Key="cfapi"
66 #export CF_Email="email"