acme.sh
export Ali_Key="xxxxxxx"
export Ali_Secret="xxxxxxxxx"
#生成RSA证书
acme.sh --issue --dns dns_ali -d *.xxx.com
安装:curl https://get.acme.sh | sh 或者:wget -O - https://get.acme.sh | sh
创建别名(方便后续使用):alias acme.sh=~/.acme.sh/acme.sh
问题:curl: (35) Cannot communicate securely with peer: no common encryption algorithm(s).
解决:更新curl。(centos:yum update curl)
参考:https://zhuanlan.zhihu.com/p/347064501 https://blog.csdn.net/qq_37816503/article/details/105102575

浙公网安备 33010602011771号