动态更新OCSP,防止过期

This commit is contained in:
GoEdgeLab
2022-03-18 17:09:15 +08:00
parent 2a639ccc77
commit 40e14295bb
4 changed files with 116 additions and 4 deletions

View File

@@ -137,6 +137,10 @@ func (this *RPCClient) FirewallService() pb.FirewallServiceClient {
return pb.NewFirewallServiceClient(this.pickConn())
}
func (this *RPCClient) SSLCertService() pb.SSLCertServiceClient {
return pb.NewSSLCertServiceClient(this.pickConn())
}
// Context 节点上下文信息
func (this *RPCClient) Context() context.Context {
ctx := context.Background()