mirror of
https://github.com/certd/certd.git
synced 2025-11-25 09:10:11 +08:00
fix: 修复未设置pfx密码,导致jks转换报错的bug
This commit is contained in:
@@ -73,16 +73,6 @@ export abstract class CertApplyBasePlugin extends AbstractTaskPlugin {
|
||||
})
|
||||
renewDays!: number;
|
||||
|
||||
// @TaskInput({
|
||||
// title: "强制更新",
|
||||
// component: {
|
||||
// name: "a-switch",
|
||||
// vModel: "checked",
|
||||
// },
|
||||
// order: 100,
|
||||
// helper: "是否强制重新申请证书",
|
||||
// })
|
||||
// forceUpdate!: string;
|
||||
|
||||
@TaskInput({
|
||||
title: "成功后邮件通知",
|
||||
|
||||
Reference in New Issue
Block a user