mirror of https://github.com/certd/certd
fix: 修复lego No help topic for 错误
parent
b1b2cd088b
commit
aaaf8d7db3
|
@ -118,7 +118,7 @@ export class CertApplyLegoPlugin extends CertApplyBasePlugin {
|
||||||
this.logger.info(`环境变量:${JSON.stringify(env)}`);
|
this.logger.info(`环境变量:${JSON.stringify(env)}`);
|
||||||
let eabArgs = "";
|
let eabArgs = "";
|
||||||
if (this.eab) {
|
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";
|
const keyType = "-k rsa2048";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue