mirror of https://github.com/certd/certd
34 lines
725 B
YAML
34 lines
725 B
YAML
showRunStrategy: false
|
|
default:
|
|
strategy:
|
|
runStrategy: 1
|
|
name: CacheFly
|
|
title: CacheFly-部署证书到CacheFly
|
|
desc: 部署证书到 CacheFly
|
|
icon: clarity:plugin-line
|
|
group: cdn
|
|
input:
|
|
cert:
|
|
title: 域名证书
|
|
helper: 请选择前置任务输出的域名证书
|
|
component:
|
|
name: output-selector
|
|
from:
|
|
- CertApply
|
|
- CertApplyLego
|
|
- CertApplyUpload
|
|
required: true
|
|
order: 0
|
|
accessId:
|
|
title: Access授权
|
|
helper: CacheFly 的授权
|
|
component:
|
|
name: access-selector
|
|
type: CacheFly
|
|
required: true
|
|
order: 0
|
|
output: {}
|
|
type: builtIn
|
|
pluginType: deploy
|
|
scriptFilePath: ../../../plugins/plugin-cachefly/plugins/plugin-deploy-to-cdn.js
|