mirror of https://github.com/certd/certd
67 lines
2.0 KiB
YAML
67 lines
2.0 KiB
YAML
showRunStrategy: false
|
|
default:
|
|
strategy:
|
|
runStrategy: 1
|
|
name: uploadCertToAliyun
|
|
title: 阿里云-上传证书到阿里云
|
|
icon: svg:icon-aliyun
|
|
group: aliyun
|
|
desc: 如果不想在阿里云上同一份证书上传多次,可以把此任务作为前置任务,其他阿里云任务证书那一项选择此任务的输出
|
|
input:
|
|
name:
|
|
title: 证书名称
|
|
helper: 证书上传后将以此参数作为名称前缀
|
|
order: 0
|
|
regionId:
|
|
title: 大区
|
|
value: cn-hangzhou
|
|
component:
|
|
name: a-auto-complete
|
|
vModel: value
|
|
options:
|
|
- value: cn-hangzhou
|
|
endpoint: cas.aliyuncs.com
|
|
label: cn-hangzhou-中国大陆
|
|
- value: eu-central-1
|
|
endpoint: cas.eu-central-1.aliyuncs.com
|
|
label: eu-central-1-德国(法兰克福)
|
|
- value: ap-southeast-1
|
|
endpoint: cas.ap-southeast-1.aliyuncs.com
|
|
label: ap-southeast-1-新加坡
|
|
- value: ap-southeast-3
|
|
endpoint: cas.ap-southeast-3.aliyuncs.com
|
|
label: ap-southeast-3-马来西亚(吉隆坡)
|
|
- value: ap-southeast-5
|
|
endpoint: cas.ap-southeast-5.aliyuncs.com
|
|
label: ap-southeast-5-印度尼西亚(雅加达)
|
|
- value: cn-hongkong
|
|
endpoint: cas.cn-hongkong.aliyuncs.com
|
|
label: cn-hongkong-中国香港
|
|
required: true
|
|
order: 0
|
|
cert:
|
|
title: 域名证书
|
|
helper: 请选择前置任务输出的域名证书
|
|
component:
|
|
name: output-selector
|
|
from:
|
|
- CertApply
|
|
- CertApplyLego
|
|
- CertApplyUpload
|
|
required: true
|
|
order: 0
|
|
accessId:
|
|
title: Access授权
|
|
helper: 阿里云授权AccessKeyId、AccessKeySecret
|
|
component:
|
|
name: access-selector
|
|
type: aliyun
|
|
required: true
|
|
order: 0
|
|
output:
|
|
aliyunCertId:
|
|
title: 上传成功后的阿里云CertId
|
|
type: builtIn
|
|
pluginType: deploy
|
|
scriptFilePath: ../../../plugins/plugin-aliyun/plugin/upload-to-aliyun/index.js
|