本帖最后由 Yonsm 于 2018-4-4 10:49 编辑
LetsEncrypt +DNSPod 用这个姿势,现在支持*通配符域名了:
https://github.com/Neilpang/acme ... atically-issue-cert:
curl https://get.acme.sh | sh
source ~/.bashrc
export DP_Id="*****"
export DP_Key="***************************"
acme.sh --issue --dns dns_dp -d xxx.net -d *.xxx.net
|