[Modified]

1.修改程序运行模式[--normal|--daemon]
2.添加初始化信息预览函数
3.修改生成证书接口并启动此接口
[Add]
1.在目录CA中添加证书文件
This commit is contained in:
fengweihao
2018-06-20 16:24:49 +08:00
parent b79c6a9c29
commit 130ee58a15
11 changed files with 99 additions and 91 deletions

View File

@@ -6,9 +6,8 @@ DEBUG_SWITCH = 1
RUN_LOG_LEVEL = 10
RUN_LOG_PATH = ./logs/
[CONFIG]
thread-nu = 2
#ca-path: /usr/local/etc
ca-path = /home/fengweihao/openssl/test
thread-nu = 3
ca-path = ../ca
[LIBEVENT]
port = 9995
[REDIS]