1.添加对上报文件中CRL分发节点的添加
2.修改redis断开后本地签发证书处理 3.修改使用本地读取json文件时的bug
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
struct request_t{
|
||||
#define DATALEN 128
|
||||
int thread_id;
|
||||
int is_valid;
|
||||
char *odata;
|
||||
X509 *origin;
|
||||
int keyring_id;
|
||||
@@ -35,7 +36,7 @@ struct pxy_obj_keyring{
|
||||
X509 *root;
|
||||
char name[128];
|
||||
char type[128];
|
||||
char ctl[256];
|
||||
char ctl[512];
|
||||
char public_algo[256];
|
||||
uint64_t expire_after;
|
||||
int is_valid;
|
||||
|
||||
Reference in New Issue
Block a user