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 2a844d3205 1.添加扫描框架maat,根据json文件初始化keyring链
2.添加源证书时签发流程
2018-09-06 19:51:23 +08:00

21 lines
324 B
INI

[SYSTEM]
#1:print on screen, 0:don't
DEBUG_SWITCH = 1
#10:DEBUG, 20:INFO, 30:FATAL
RUN_LOG_LEVEL = 20
RUN_LOG_PATH = ./logs
[CONFIG]
thread-nu = 4
table_info = ../conf/table_info.conf
pxy_obj_keyring = ../conf/pxy_obj_keyring.json
ca-path = ../ca
valid-days = 30
[LIBEVENT]
port = 9991
[REDIS]
ip = 127.0.0.1
port = 6379