ssl证书设置为生产模式
This commit is contained in:
parent
d81d3362af
commit
5d60b822e2
@ -39,7 +39,7 @@ DEFAULT_CONFIG = {
|
|||||||
'certbot_path': '/usr/bin/certbot',
|
'certbot_path': '/usr/bin/certbot',
|
||||||
'cert_dir': '/etc/letsencrypt/live',
|
'cert_dir': '/etc/letsencrypt/live',
|
||||||
'letsencrypt_email': 'admin@jingrowtools.cn',
|
'letsencrypt_email': 'admin@jingrowtools.cn',
|
||||||
'letsencrypt_staging': True, # 默认使用 staging 模式,生产环境改为 False
|
'letsencrypt_staging': False, # 默认使用 staging 模式,生产环境改为 False
|
||||||
'webroot_path': '/var/www/certbot'
|
'webroot_path': '/var/www/certbot'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user