This commit is contained in:
2026-05-18 22:48:12 +08:00
parent bd4caa0f09
commit f49c2b135d
11 changed files with 151 additions and 155 deletions

View File

@@ -3,12 +3,11 @@ set -eu
SCRIPT_DIR="$(CDPATH= cd -- "$(dirname -- "$0")" && pwd)"
# 需要签证的域名列表。
# 注意:这里的域名必须覆盖 nginx 配置里所有 ssl_certificate 使用到的域名。
# 如果以后新增 HTTPS 域名,也要同步加到这里,否则 OpenResty 可能因为缺证书启动失败。
# Domains that need certificates. This list must cover every
# /etc/letsencrypt/live/<domain>/ certificate referenced by nginx configs.
DOMAINS="ai.sggai.site dms.sggai.site lsbd2.loveteemo.com"
# Let's Encrypt 注册邮箱。
# Let's Encrypt registration email.
CERT_EMAIL="243823965@qq.com"
export DOMAINS CERT_EMAIL