certstore支持redis同步异步方式

This commit is contained in:
fengweihao
2019-08-21 14:03:53 +08:00
parent bd352e07e3
commit bb6b1664c1
5 changed files with 193 additions and 134 deletions

View File

@@ -36,7 +36,6 @@ struct request_t{
struct pxy_obj_keyring{
int keyring_id;
int bits;
uint64_t expire_time;
EVP_PKEY *key;
X509 *root;
@@ -71,6 +70,7 @@ struct ntc_maat_t{
struct config_bucket_t{
Maat_feather_t feather;
int table_id;
int mode;
unsigned int local_debug;
unsigned int thread_nu;
unsigned int expire_after;