文件地址
https://github.com/acmesh-official/acme.sh
安裝
線上安裝
- curl https://get.acme.sh | sh
- wget -O - https://get.acme.sh | sh
git安裝
- git clone https://github.com/acmesh-official/acme.sh...
- cd ./acme.sh
- ./acme.sh –install
配置
獲取你得Ali_Key和Ali_Secret
- export Ali_Key=””
- export Ali_Secret=””
生成ssl證照
- acme.sh –issue –dns dns_ali -d *.baidu.com
證照檔案– fullchain.cer
證照祕鑰– xxxx.key
本作品採用《CC 協議》,轉載必須註明作者和本文連結