diff options
| author | fengweihao <[email protected]> | 2018-12-13 10:36:40 +0800 |
|---|---|---|
| committer | fengweihao <[email protected]> | 2018-12-13 10:36:40 +0800 |
| commit | d9921eb0c044e3d01060c7623f4051a40307cfc5 (patch) | |
| tree | 912b2222de5797579e9c3140e1db0cb1b3fd222b | |
| parent | cb3a8c8adb0993abe39d9ff059684c243fb7e49b (diff) | |
1.修改上个版本漏提交的配置文件修改项
| -rw-r--r-- | conf/cert_store.ini | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/cert_store.ini b/conf/cert_store.ini index 97ce7c1..bf7eaed 100644 --- a/conf/cert_store.ini +++ b/conf/cert_store.ini @@ -10,7 +10,8 @@ thread-nu = 4 #Local default root certificate is valid for 30 days by default expire_after = 30 #Local default root certificate path -def-ca-path = ../ca +ca_path = ../ca/mesalab-ca.pem +untrusted_ca_path = ../ca/mesalab-ca-untrust.pem [NTC_MAAT] #Configure the load mode, #0: using the configuration distribution network |
