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