mirror of
https://github.com/certd/certd.git
synced 2026-05-15 20:47:31 +08:00
pref: 日志中加密授权信息输出替换成星号
This commit is contained in:
@@ -51,7 +51,7 @@ export class QnapDeploy extends AbstractPlusTaskPlugin {
|
||||
throw new Error('主机登录授权配置不能为空');
|
||||
}
|
||||
|
||||
const connectConf = await this.ctx.accessService.getById<SshAccess>(accessId);
|
||||
const connectConf = await this.getAccess<SshAccess>(accessId);
|
||||
const sshClient = new SshClient(this.logger);
|
||||
//合并证书
|
||||
const newCert = cert.key + '\n' + cert.crt;
|
||||
|
||||
Reference in New Issue
Block a user