mirror of
https://github.com/certd/certd.git
synced 2026-07-08 13:47:36 +08:00
fix(volcengine-alb): 修复火山引擎ALB 默认证书部署类型会部署到扩展证书的问题
This commit is contained in:
+1
-1
@@ -160,7 +160,7 @@ export class VolcengineDeployToALB extends AbstractTaskPlugin {
|
||||
const service = await this.getAlbService();
|
||||
for (const listener of this.listenerList) {
|
||||
this.logger.info(`开始部署监听器${listener}证书`);
|
||||
if (this.certType === "default") {
|
||||
if (this.certType === "default" || !this.certType) {
|
||||
// 部署默认证书
|
||||
const res = await service.request({
|
||||
action: "ModifyListenerAttributes",
|
||||
|
||||
Reference in New Issue
Block a user