From 5d60b822e23266a07a0ba231e26e1adc15788cef Mon Sep 17 00:00:00 2001 From: jingrow Date: Thu, 1 Jan 2026 20:03:29 +0000 Subject: [PATCH] =?UTF-8?q?ssl=E8=AF=81=E4=B9=A6=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E4=B8=BA=E7=94=9F=E4=BA=A7=E6=A8=A1=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ssl_manager/ssl_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssl_manager/ssl_manager.py b/ssl_manager/ssl_manager.py index 42c9cb7..2037577 100755 --- a/ssl_manager/ssl_manager.py +++ b/ssl_manager/ssl_manager.py @@ -39,7 +39,7 @@ DEFAULT_CONFIG = { 'certbot_path': '/usr/bin/certbot', 'cert_dir': '/etc/letsencrypt/live', 'letsencrypt_email': 'admin@jingrowtools.cn', - 'letsencrypt_staging': True, # 默认使用 staging 模式,生产环境改为 False + 'letsencrypt_staging': False, # 默认使用 staging 模式,生产环境改为 False 'webroot_path': '/var/www/certbot' }