acme脚本申请证书

1
2
3
git clone https://github.com/Neilpang/acme.sh.git
cd acme.sh
./acme.sh --install --home /data/acme --config-home /data/acme/config --cert-home /data/ssl

申请证书

1
2
3
export CF_Key="sdfsdfsdfljlbjkljlkjsdfoiwje"
export CF_Email="xxxx@sss.com"
/data/acme/acme.sh --issue -d ourfor.top -d *.ourfor.top --dns dns_cf

不过--cert-home /data/ssl好像没起作用,创建一个软链接算了