mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-27 23:20:26 +08:00
创建ACME用户、ACME任务时可以指定平台用户
This commit is contained in:
@@ -74,6 +74,7 @@ message ListEnabledACMETasksResponse {
|
||||
|
||||
// 创建任务
|
||||
message CreateACMETaskRequest {
|
||||
int64 userId = 8; // 平台用户ID,只有管理员才有权限指定
|
||||
int64 acmeUserId = 1;
|
||||
int64 dnsProviderId = 2;
|
||||
string dnsDomain = 3;
|
||||
|
||||
Reference in New Issue
Block a user