fix: 修复cname用阿里云校验时报找不到runtimeDepsService的错误

This commit is contained in:
xiaojunnuo
2026-07-07 19:51:23 +08:00
parent c3d6db3f1e
commit 072edd7aff
2 changed files with 2 additions and 2 deletions
@@ -100,7 +100,7 @@ export abstract class CertApplyBaseConvertPlugin extends AbstractTaskPlugin {
}
this._result.pipelinePrivateVars.cert = cert;
if (isNew || !cert.pfx || !cert.der || !cert.jks || !cert.p7b) {
if (isNew || !cert.pfx) {
try {
const converter = new CertConverter({ logger: this.logger });
const res = await converter.convert({