mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2026-04-08 16:35:19 +08:00
申请ACME证书时可以指定平台用户
This commit is contained in:
@@ -41,6 +41,7 @@ func init() {
|
||||
Post("/run", new(acme.RunAction)).
|
||||
GetPost("/updateTaskPopup", new(acme.UpdateTaskPopupAction)).
|
||||
Post("/deleteTask", new(acme.DeleteTaskAction)).
|
||||
Post("/userOptions", new(acme.UserOptionsAction)).
|
||||
|
||||
// ACME用户
|
||||
Prefix("/servers/certs/acme/users").
|
||||
|
||||
Reference in New Issue
Block a user