This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
tango-certstore/conf/cert_store.ini
fengweihao aefc29f997 1.添加对上报文件中CRL分发节点的添加
2.修改redis断开后本地签发证书处理
3.修改使用本地读取json文件时的bug
2018-09-20 10:11:15 +08:00

34 lines
690 B
INI
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[SYSTEM]
#1:print on screen, 0:don't
DEBUG_SWITCH = 1
#10:DEBUG, 20:INFO, 30:FATAL
RUN_LOG_LEVEL = 10
RUN_LOG_PATH = ./logs
[CONFIG]
#运行线程数
thread-nu = 4
#本地默认根证书签发有效期默认为30天
expire_after = 30
#本地默认根证书路径
def-ca-path = ../ca
[NTC_MAAT]
#配置加载模式1为使用本地json0为使用配置分发网络下发的文件
maat_json_switch=1
#指定配置库表文件位置
table_info=../conf/table_info.conf
#增量配置文件路径
inc_cfg_dir=../rule/inc/index
#全量配置文件路径
full_cfg_dir=../rule/full/index
#json模式时json文件路径
pxy_obj_keyring=../conf/pxy_obj_keyring.json
[LIBEVENT]
#本地监控端口号默认为9991
port = 9991
[REDIS]
#指定Redsi服务器IP地址和端口号
ip = 127.0.0.1
port = 6379