Let’s encrypt支持泛解析证书了,果断申请之
首先,去DNSPod添加API Key,然后设置环境变量
export DP_Id="6****"
export DP_Key="***********************"
然后安装acme
wget -O - https://get.acme.sh | sh
最后申请证书
acme.sh --issue --dns dns_dp -d *.example.com -d example.com
完成~然后就可以食用啦~
Let’s encrypt支持泛解析证书了,果断申请之
首先,去DNSPod添加API Key,然后设置环境变量
export DP_Id="6****"
export DP_Key="***********************"
然后安装acme
wget -O - https://get.acme.sh | sh
最后申请证书
acme.sh --issue --dns dns_dp -d *.example.com -d example.com
完成~然后就可以食用啦~