mirror of
https://github.com/certd/certd.git
synced 2026-04-29 08:47:24 +08:00
fix: 修复腾讯云clb部署报缺少sslmode参数的bug
This commit is contained in:
@@ -246,6 +246,7 @@ export class DeployCertToTencentCLB extends AbstractTaskPlugin {
|
||||
if (typeof this.cert === 'string') {
|
||||
return {
|
||||
Certificate: {
|
||||
SSLMode: 'UNIDIRECTIONAL', // 单向认证
|
||||
CertId: certId,
|
||||
},
|
||||
LoadBalancerId: this.loadBalancerId,
|
||||
|
||||
Reference in New Issue
Block a user