1.修改将SNI写入签发的实体证书的SNA
2.修改certstreo打包脚步
This commit is contained in:
fengweihao
2019-06-18 20:45:00 +08:00
parent 7f134b0241
commit c98f442d04
5 changed files with 130 additions and 102 deletions

View File

@@ -11,8 +11,8 @@ thread-nu = 4
expire_after = 30
#Local default root certificate path
local_debug = 0
ca_path = ../ca/mesalab-ca.pem
untrusted_ca_path = ../ca/mesalab-ca-untrust.pem
ca_path = ./cert/tango-ca-v3-trust-ca.pem
untrusted_ca_path = ./cert/mesalab-ca-untrust.pem
[NTC_MAAT]
#Configure the load mode,
#0: using the configuration distribution network
@@ -22,13 +22,13 @@ maat_json_switch=2
#When the loading mode is sent to the network, set the scanning configuration modification interval (s).
effective_interval=1
#Specify the location of the configuration library table file
table_info=../conf/table_info.conf
table_info=./conf/table_info.conf
#Incremental profile path
inc_cfg_dir=../rule/inc/index
inc_cfg_dir=./rule/inc/index
#Full profile path
full_cfg_dir=../rule/full/index
full_cfg_dir=./rule/full/index
#Json file path when json schema is used
pxy_obj_keyring=../conf/pxy_obj_keyring.json
pxy_obj_keyring=./conf/pxy_obj_keyring.json
[LIBEVENT]
#Local monitor port number, default is 9991
port = 9991