mirror of
https://github.com/certd/certd.git
synced 2026-07-12 08:17:32 +08:00
perf: 【破坏性更新】 证书压缩包不再生成文件存储,而是实时打包下载,证书申请插件不再输出certZip
自定义插件需要压缩包时可以调用new CertReader(certInfo).buildZip() 方式获取
This commit is contained in:
@@ -131,7 +131,6 @@ export class MainConfiguration {
|
||||
setLogger((text: string) => {
|
||||
logger.info(text);
|
||||
});
|
||||
|
||||
logger.info("当前环境:", this.app.getEnv()); // prod
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user