Files
certd/packages/ui/certd-server/metadata/deploy_DeployCertToMailPlugin.yaml
T
xiaojunnuo 7cff1a9842 perf: 【破坏性更新】 证书压缩包不再生成文件存储,而是实时打包下载,证书申请插件不再输出certZip
自定义插件需要压缩包时可以调用new CertReader(certInfo).buildZip() 方式获取
2026-06-30 23:41:59 +08:00

39 lines
759 B
YAML

showRunStrategy: false
default:
strategy:
runStrategy: 1
name: DeployCertToMailPlugin
title: 邮件发送证书
icon: ion:mail-outline
desc: 通过邮件发送证书
group: other
input:
cert:
title: 域名证书
helper: 请选择前置任务输出的域名证书
component:
name: output-selector
from:
- ':cert:'
required: true
order: 0
email:
title: 接收邮箱
component:
name: EmailSelector
vModel: value
mode: tags
required: true
order: 0
remark:
title: 备注
component:
name: a-input
vModel: value
required: false
order: 0
output: {}
pluginType: deploy
type: builtIn
scriptFilePath: /plugins/plugin-other/plugins/plugin-deploy-to-mail.js