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 a6a80839aa 1.添加从Redis读取配置文件并读取证书信息
2.修改读取证书信息文件文件接口,增加对der、P12证书个数获取
3.添加Redis重连机制及宏开关控制信息,默认关闭
2018-10-22 11:15:57 +08:00

39 lines
826 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=2
#当加载模式为网络下发时,设置扫描配置修改间隔(s)
effective_interval=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
[CERTSTORE_REDIS]
ip = 127.0.0.1
port = 6379
[MAAT_REDIS]
#指定Redsi服务器IP地址和端口号
ip = 192.168.11.243
port = 6379
dbindex = 4