fix: 修复lego No help topic for 错误

pull/229/head
xiaojunnuo 2024-10-29 23:08:40 +08:00
parent b1b2cd088b
commit aaaf8d7db3
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ export class CertApplyLegoPlugin extends CertApplyBasePlugin {
this.logger.info(`环境变量:${JSON.stringify(env)}`);
let eabArgs = "";
if (this.eab) {
eabArgs = ` --eab "${this.eab.kid}" --kid "${this.eab.kid}" --hmac "${this.eab.hmacKey}"`;
eabArgs = ` --eab --kid "${this.eab.kid}" --hmac "${this.eab.hmacKey}"`;
}
const keyType = "-k rsa2048";