mirror of
https://github.com/certd/certd.git
synced 2026-07-07 21:17:42 +08:00
fix: 修复cname用阿里云校验时报找不到runtimeDepsService的错误
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user