mirror of
https://github.com/certd/certd.git
synced 2026-04-30 17:37: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') {
|
if (typeof this.cert === 'string') {
|
||||||
return {
|
return {
|
||||||
Certificate: {
|
Certificate: {
|
||||||
|
SSLMode: 'UNIDIRECTIONAL', // 单向认证
|
||||||
CertId: certId,
|
CertId: certId,
|
||||||
},
|
},
|
||||||
LoadBalancerId: this.loadBalancerId,
|
LoadBalancerId: this.loadBalancerId,
|
||||||
|
|||||||
Reference in New Issue
Block a user