mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 10:17:17 +08:00
feat: 手动签发证书
This commit is contained in:
@@ -86,7 +86,8 @@ func Http(r chi.Router) {
|
||||
r.Put("/{id}", cert.Update)
|
||||
r.Get("/{id}", cert.Get)
|
||||
r.Delete("/{id}", cert.Delete)
|
||||
r.Post("/{id}/obtain", cert.Obtain)
|
||||
r.Post("/{id}/obtainAuto", cert.ObtainAuto)
|
||||
r.Post("/{id}/obtainManual", cert.ObtainManual)
|
||||
r.Post("/{id}/renew", cert.Renew)
|
||||
r.Post("/{id}/manualDNS", cert.ManualDNS)
|
||||
r.Post("/{id}/deploy", cert.Deploy)
|
||||
|
||||
Reference in New Issue
Block a user