Acme.sh申请letsencrypt免费SSL域名证书,免费泛域名证书
申请SSL证书
acme.sh --issue --dns dns_dp -d cnbattle.com -d cnbattle.net -d cnbattle.com.cn -d cnbattle.cn -d "*.cnbattle.cn" -d "*.cnbattle.com.cn" -d "*.cnbattle.com " -d "*.cnbattle.net"
续期SSL证书
acme.sh
部署SSL证书
acme.sh --install-cert -d cnbattle.com \
--key-file /root/dnmp/services/nginx/ssl/cnbattle/key.pem \
--fullchain-file /root/dnmp/services/nginx/ssl/cnbattle/cert.pem \
--reloadcmd "docker restart nginx"