v2
xiaojunnuo 2025-01-04 01:46:49 +08:00
parent 3f74d4d9e5
commit aa1da7c11a
1 changed files with 1 additions and 1 deletions

View File

@ -305,7 +305,7 @@ cert.jksjks格式证书文件java服务器使用
async readLastCert(): Promise<CertReader | undefined> {
const cert = this.lastStatus?.status?.output?.cert;
if (cert == null) {
this.logger.info("没有找到上次的证书,lastStatus:", JSON.stringify(this.lastStatus?.status));
this.logger.info("没有找到上次的证书");
return undefined;
}
return new CertReader(cert);