mirror of
https://github.com/certd/certd.git
synced 2026-04-24 04:17:25 +08:00
fix: 修复lego No help topic for 错误
This commit is contained in:
@@ -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";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user