mirror of
https://github.com/certd/certd.git
synced 2026-07-09 22:47:38 +08:00
perf: 【破坏性更新】 证书压缩包不再生成文件存储,而是实时打包下载,证书申请插件不再输出certZip
自定义插件需要压缩包时可以调用new CertReader(certInfo).buildZip() 方式获取
This commit is contained in:
@@ -17,15 +17,6 @@ input:
|
||||
- ':cert:'
|
||||
required: true
|
||||
order: 0
|
||||
certZip:
|
||||
title: 证书压缩文件
|
||||
helper: 请选择前置任务输出的域名证书压缩文件
|
||||
component:
|
||||
name: output-selector
|
||||
from:
|
||||
- ':certZip:'
|
||||
required: true
|
||||
order: 0
|
||||
email:
|
||||
title: 接收邮箱
|
||||
component:
|
||||
|
||||
Reference in New Issue
Block a user