Files
zeaslity 437acbeb63 add
2024-10-30 16:30:51 +08:00

10 lines
433 B
Plaintext

acme.sh --issue --dns dns_ali -k ec-256 -d \*.integration.uavcmlc.com
acme.sh --issue --dns dns_ali --force --dnssleep 2 -k ec-256 -d \*.integration.uavcmlc.com
acme.sh --install-cert -d \*.integration.uavcmlc.com --ecc \
--key-file /etc/nginx/conf.d/ssl_key/x.integration.uavcmlc.key.pem \
--fullchain-file /etc/nginx/conf.d/ssl_key/x.integration.uavcmlc.cert.pem \
--reloadcmd "service nginx force-reload"