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/README.md
fengweihao 8cfaa483e1 [Add]
1.添加README文件
2018-06-21 09:56:02 +08:00

24 lines
797 B
Markdown
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.

[目录层次介绍]
1. conf 配置文件目录
2. make Makefile配置文件目录
3. release 执行make tarball后生成的安装包文件
4. src 源代码目录
5. ca 根证书目录
src/components 使用的静态库所需的头文件libevent、openssl、hiredis
src/inc 系统所需头文件
src/lib 静态库
src/package 安装包临时目录
src/rt 公共函数
[编译运行]
1. cd src && make
2. ./cert_store --normal<--normal|--daemon>
备注:
发送请求命令curl -X GET "x.x.x.x:9995/ca?host="www.qq.com"&flag=1&valid=1" -m 30 -v
使用--daemon运行时配置文件中使用绝对路径
[安装包使用]
1. cd src && make tarball
2. cd release
3. tar -zxvf cert_store-1.0.1.0.tar.gz
4. cd cert_store-1.0.1.0 && make install