动态更新OCSP,防止过期

This commit is contained in:
刘祥超
2022-03-18 17:09:15 +08:00
parent 134b56c87a
commit b5b7ab99d3
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()