ssl证书设置为生产模式

This commit is contained in:
jingrow 2026-01-01 20:03:29 +00:00
parent d81d3362af
commit 5d60b822e2

View File

@ -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'
}