2025-04-27 15:11:50 +08:00
|
|
|
|
showRunStrategy: false
|
|
|
|
|
|
default:
|
|
|
|
|
|
strategy:
|
|
|
|
|
|
runStrategy: 1
|
2025-12-30 11:09:50 +08:00
|
|
|
|
name: ApisixRefreshCert
|
|
|
|
|
|
title: APISIX-更新证书
|
|
|
|
|
|
desc: 自动更新APISIX证书
|
|
|
|
|
|
icon: svg:icon-lucky
|
|
|
|
|
|
group: cdn
|
|
|
|
|
|
needPlus: true
|
2025-04-27 15:11:50 +08:00
|
|
|
|
input:
|
|
|
|
|
|
cert:
|
|
|
|
|
|
title: 域名证书
|
|
|
|
|
|
helper: 请选择前置任务输出的域名证书
|
|
|
|
|
|
component:
|
|
|
|
|
|
name: output-selector
|
|
|
|
|
|
from:
|
2025-12-30 11:09:50 +08:00
|
|
|
|
- ':cert:'
|
2025-04-27 15:11:50 +08:00
|
|
|
|
order: 0
|
|
|
|
|
|
certDomains:
|
|
|
|
|
|
title: 当前证书域名
|
|
|
|
|
|
component:
|
|
|
|
|
|
name: cert-domains-getter
|
|
|
|
|
|
mergeScript: |2-
|
|
|
|
|
|
|
|
|
|
|
|
return {
|
|
|
|
|
|
component:{
|
|
|
|
|
|
inputKey: ctx.compute(({form})=>{
|
|
|
|
|
|
return form.cert
|
|
|
|
|
|
}),
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2025-12-30 11:09:50 +08:00
|
|
|
|
template: false
|
2025-04-27 15:11:50 +08:00
|
|
|
|
required: false
|
|
|
|
|
|
order: 0
|
|
|
|
|
|
accessId:
|
2025-12-30 11:09:50 +08:00
|
|
|
|
title: Apisix授权
|
2025-04-27 15:11:50 +08:00
|
|
|
|
component:
|
|
|
|
|
|
name: access-selector
|
2025-12-30 11:09:50 +08:00
|
|
|
|
type: apisix
|
2025-04-27 15:11:50 +08:00
|
|
|
|
required: true
|
|
|
|
|
|
order: 0
|
2025-12-30 11:09:50 +08:00
|
|
|
|
certList:
|
|
|
|
|
|
title: 证书Id
|
2025-04-27 15:11:50 +08:00
|
|
|
|
component:
|
|
|
|
|
|
name: remote-select
|
|
|
|
|
|
vModel: value
|
|
|
|
|
|
mode: tags
|
|
|
|
|
|
type: plugin
|
2025-12-30 11:09:50 +08:00
|
|
|
|
action: onGetCertList
|
|
|
|
|
|
search: false
|
|
|
|
|
|
pager: false
|
2026-03-17 14:01:18 +08:00
|
|
|
|
multi: true
|
2025-04-27 15:11:50 +08:00
|
|
|
|
watches:
|
|
|
|
|
|
- certDomains
|
|
|
|
|
|
- accessId
|
|
|
|
|
|
required: true
|
|
|
|
|
|
mergeScript: |2-
|
|
|
|
|
|
|
|
|
|
|
|
return {
|
|
|
|
|
|
component:{
|
|
|
|
|
|
form: ctx.compute(({form})=>{
|
|
|
|
|
|
return form
|
|
|
|
|
|
})
|
|
|
|
|
|
},
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2025-12-30 11:09:50 +08:00
|
|
|
|
helper: 要更新的证书id,如果这里没有,请先给手动绑定一次证书
|
2025-04-27 15:11:50 +08:00
|
|
|
|
order: 0
|
|
|
|
|
|
output: {}
|
|
|
|
|
|
pluginType: deploy
|
2025-12-30 18:32:00 +08:00
|
|
|
|
type: builtIn
|
2025-12-31 18:39:58 +08:00
|
|
|
|
scriptFilePath: /plugins/plugin-apisix/plugins/plugin-refresh-cert.js
|