fix: 修复lego模式下每次都重新申请证书的bug

This commit is contained in:
xiaojunnuo
2025-05-25 22:58:30 +08:00
parent e1e510ce1e
commit f807b8cb46
2 changed files with 9 additions and 2 deletions

View File

@@ -112,9 +112,12 @@ export class CertApplyLegoPlugin extends CertApplyBasePlugin {
})
privateKeyType!: PrivateKeyType;
eab?: EabAccess;
getCheckChangeInputKeys() {
return ["domains", "privateKeyType", "dnsType"];
}
async onInstance() {
this.accessService = this.ctx.accessService;
this.logger = this.ctx.logger;