2025-04-27 15:11:50 +08:00
|
|
|
|
showRunStrategy: false
|
|
|
|
|
|
default:
|
|
|
|
|
|
strategy:
|
|
|
|
|
|
runStrategy: 1
|
|
|
|
|
|
name: JDCloudUploadCert
|
|
|
|
|
|
title: 京东云-上传新证书
|
|
|
|
|
|
icon: svg:icon-jdcloud
|
|
|
|
|
|
group: jdcloud
|
|
|
|
|
|
desc: 上传证书到SSL数字证书中心
|
|
|
|
|
|
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
|
|
|
|
- JDCloudUploadCert
|
|
|
|
|
|
required: true
|
|
|
|
|
|
order: 0
|
|
|
|
|
|
accessId:
|
|
|
|
|
|
title: Access授权
|
|
|
|
|
|
helper: 京东云AccessKeyId、AccessKeySecret
|
|
|
|
|
|
component:
|
|
|
|
|
|
name: access-selector
|
|
|
|
|
|
type: jdcloud
|
|
|
|
|
|
required: true
|
|
|
|
|
|
order: 0
|
|
|
|
|
|
certName:
|
|
|
|
|
|
title: 证书名称前缀
|
|
|
|
|
|
helper: 证书形成,默认为certd
|
|
|
|
|
|
required: false
|
|
|
|
|
|
order: 0
|
|
|
|
|
|
output:
|
|
|
|
|
|
jdcloudCertId:
|
|
|
|
|
|
title: 上传成功后的京东云CertId
|
|
|
|
|
|
pluginType: deploy
|
2025-12-30 18:32:00 +08:00
|
|
|
|
type: builtIn
|
2025-12-31 18:39:58 +08:00
|
|
|
|
scriptFilePath: /plugins/plugin-jdcloud/plugins/plugin-upload-cert.js
|