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"

你可能感兴趣的文章

评论区

发表评论

必填

选填

选填

必填

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。