https://www.freehao123.com/lets-encrypt-wildcard-ssl-ssl/
第一步:要安装
curl https://get.acme.sh | sh
或者
wget -O - https://get.acme.sh | sh
第二步:去dnspod申请key,然后把下面的内容
export DP_Id="1234" export DP_Key="sADDsdasdgdsf"
保存到~/.acme.sh/account.conf
第三步:
/root/.acme.sh/acme.sh --issue --dns dns_dp -d feieryun.net -d *.feieryun.net
原文地址:https://www.cnblogs.com/xiangxisheng/p/9245920.html
时间: 2024-11-06 09:26:19