上传单个证书时可以选择所属用户

This commit is contained in:
GoEdgeLab
2023-03-26 12:24:58 +08:00
parent 221be70a50
commit a393dd2b47
3 changed files with 243 additions and 232 deletions

View File

@@ -51,6 +51,7 @@ service SSLCertService {
// 创建证书
message CreateSSLCertRequest {
bool isOn = 1;
int64 userId = 12; // 所属用户,仅管理员才能指定
string name = 2;
string description = 3;
string serverName = 4;