调整SSL证书目录结构

This commit is contained in:
刘祥超
2020-11-24 15:02:44 +08:00
parent 8560d767d4
commit a7bdbf411e
30 changed files with 374 additions and 61 deletions

View File

@@ -9,6 +9,7 @@ import (
)
type SSLPolicyService struct {
BaseService
}
// 创建Policy
@@ -40,7 +41,7 @@ func (this *SSLPolicyService) UpdateSSLPolicy(ctx context.Context, req *pb.Updat
return nil, err
}
return rpcutils.Success()
return this.Success()
}
// 查找Policy