ᕕ( ᐛ )ᕗ Jimyag's Blog

使用 acme 自动申请证书

git clone https://github.com/acmesh-official/acme.sh.git
cd ./acme.sh
sudo cp ./acme.sh /usr/local/bin/
acme.sh --install -m [email protected]
acme.sh --set-default-ca  --server  letsencrypt
acme.sh --upgrade

export CF_Email="xxx"
export CF_Key="xxx"
acme.sh --issue --dns dns_cf -d 'www.example.com' --force

#acme #b