acme.sh Github地址

image-20250525225810163

1.申请证书
acme.sh --issue --dns dns_cf -d '*.uiuuyr.top'
2.安装证书
acme.sh --install-cert -d *.uiuuyr.top \
--key-file       /etc/nginx/*.uiuuyr.top/key.pem  \
--fullchain-file /etc/nginx/*.uiuuyr.top/cert.pem \
--reloadcmd     "service nginx reload"