CloudFlare
export CF_Token=""
export CF_Zone_ID=""
export CF_Account_ID=""
阿里云
export Ali_Key=""
export Ali_Secret=""
谷歌云
先注册账号
acme.sh --register-account -m [email protected] --server google \
--eab-kid 你的kid \
--eab-hmac-key 你的key
生成证书
acme.sh --issue --dns dns_cf -d dllhook.com -d *.dllhook.com --keylength 2048
dns_cf根据实际情况改动
安装证书
acme.sh --install-cert -d dllhook.com \
--key-file /www/path/cert/dllhook.com.key \
--fullchain-file /www/path/cert/dllhook.com.pem \
--capath /www/path/cert/dllhook.com.ca.pem \
--reloadcmd "service nginxd restart"
发表评论