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 26cba8d900 1.修改解析URL中源证书越界,段错误
2.修改LOG文件命名
3.修改非授信证书从本地签发
2018-10-23 11:31:57 +08:00

40 lines
894 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]
#配置加载模式,0为使用配置分发网络下发的文件,1为使用本地json,2为使用Redis读取的配置
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]
#本地存储证书的Redis服务器IP地址和端口号
ip = 127.0.0.1
port = 6379
[MAAT_REDIS]
#Maat监控的Redsi服务器IP地址和端口号
ip = 192.168.11.243
port = 6379
dbindex = 4