mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-15 05:16:34 +08:00
上传单个证书时可以选择所属用户
This commit is contained in:
@@ -51,6 +51,7 @@ service SSLCertService {
|
||||
// 创建证书
|
||||
message CreateSSLCertRequest {
|
||||
bool isOn = 1;
|
||||
int64 userId = 12; // 所属用户,仅管理员才能指定
|
||||
string name = 2;
|
||||
string description = 3;
|
||||
string serverName = 4;
|
||||
|
||||
Reference in New Issue
Block a user