跳到主要内容
版本:latest

renew_cert

续签已有的 ACME 证书,使用原订单的验证方式和 DNS 配置。

  • 路由POST /acme
  • actionrenew_cert

输入参数

参数名称必选类型描述
actionString固定值 renew_cert
indexString要续签的订单索引 ID

输出参数

参数名称类型描述
statusBooleantrue 续签成功
msgString申请成功!
certString新的证书链(PEM 格式)
cert_timeoutInteger新的到期时间戳

示例

请求

POST /acme HTTP/1.1
Host: 192.168.168.213:8888
Content-Type: application/x-www-form-urlencoded

action=renew_cert&index=851cc157ad22888459e59c3cfdc5ac95

响应

{"status": true, "msg": "续签成功!"}