免费通配符SSL证书

https://www.cnblogs.com/xiangxisheng/p/9245920.html

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 c3w.com.cn -d *.c3w.com.cn
 

你可能感兴趣的:(Linux)