很多修改

This commit is contained in:
zeaslity
2024-12-08 12:07:11 +08:00
parent e1149ecfd0
commit 433885c886
19 changed files with 11508 additions and 18 deletions

View File

@@ -0,0 +1,8 @@
#!/bin/bash
acme.sh --issue --dns dns_ali --force --dnssleep 2 -k ec-256 -d lab.uavcmlc.com
acme.sh --install-cert -d lab.uavcmlc.com --ecc \
--key-file /etc/nginx/conf.d/ssl_key/lab.uavcmlc.key.pem \
--fullchain-file /etc/nginx/conf.d/ssl_key/lab.uavcmlc.cert.pem \
--reloadcmd "systemctl restart nginx --force"