mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 18:27:13 +08:00
feat(证书管理): 支持自动续签
This commit is contained in:
@@ -824,6 +824,10 @@
|
||||
"models.Cert": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"auto_renew": {
|
||||
"description": "自动续签",
|
||||
"type": "boolean"
|
||||
},
|
||||
"cert": {
|
||||
"description": "证书内容",
|
||||
"type": "string"
|
||||
@@ -835,13 +839,6 @@
|
||||
"created_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"cron": {
|
||||
"$ref": "#/definitions/models.Cron"
|
||||
},
|
||||
"cron_id": {
|
||||
"description": "关联的计划任务 ID",
|
||||
"type": "integer"
|
||||
},
|
||||
"dns": {
|
||||
"$ref": "#/definitions/models.CertDNS"
|
||||
},
|
||||
@@ -951,38 +948,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"models.Cron": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"created_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"log": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"shell": {
|
||||
"type": "string"
|
||||
},
|
||||
"status": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"time": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"updated_at": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"models.Website": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
@@ -1018,6 +983,9 @@
|
||||
"requests.CertAdd": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"auto_renew": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"dns_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user