1.修改certstore库表名

This commit is contained in:
fengweihao
2019-05-27 13:33:40 +08:00
parent 82840b59d9
commit 9fd14cb2e1
2 changed files with 2 additions and 2 deletions

View File

@@ -71,7 +71,7 @@
], ],
"plugin_table": [ "plugin_table": [
{ {
"table_name": "PXY_OBJ_KEYRING", "table_name": "PXY_PROFILE_KEYRING",
"table_content": [ "table_content": [
"0\t1\tname_01\troot\t/test/01\t/test/01\t15\trsa2048\tURI:http://www.test.com\t1\t/home/fengweihao/workspace/cert_store/test_data/mesalab-ca-untrust.pem\t/home/fengweihao/workspace/cert_store/test_data/mesalab-ca-untrust.pem", "0\t1\tname_01\troot\t/test/01\t/test/01\t15\trsa2048\tURI:http://www.test.com\t1\t/home/fengweihao/workspace/cert_store/test_data/mesalab-ca-untrust.pem\t/home/fengweihao/workspace/cert_store/test_data/mesalab-ca-untrust.pem",
"1\t1\tname_01\troot\t/test/01\t/test/01\t15\trsa2048\tURI:http://www.test.com\t1\t/home/fengweihao/workspace/cert_store/test_data/mesalab-ca.pem\t/home/fengweihao/workspace/cert_store/test_data/mesalab-ca.pem", "1\t1\tname_01\troot\t/test/01\t/test/01\t15\trsa2048\tURI:http://www.test.com\t1\t/home/fengweihao/workspace/cert_store/test_data/mesalab-ca.pem\t/home/fengweihao/workspace/cert_store/test_data/mesalab-ca.pem",

View File

@@ -2122,7 +2122,7 @@ int maat_feather_init()
} }
rte->feather = feather; rte->feather = feather;
int table_id = maat_table_ex_init("PXY_OBJ_KEYRING", int table_id = maat_table_ex_init("PXY_PROFILE_KEYRING",
keyring_table_new_cb, keyring_table_new_cb,
keyring_table_free_cb, keyring_table_free_cb,
keyring_table_dup_cb); keyring_table_dup_cb);