大量更新

This commit is contained in:
zeaslity
2026-05-19 14:28:44 +08:00
parent a8f6bda703
commit 9fc3372fa3
5299 changed files with 423176 additions and 426690 deletions

View File

@@ -0,0 +1,10 @@
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"