Skip to content

Commit 20208b3

Browse files
committed
Pass through cert
1 parent 968d421 commit 20208b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/irc/BridgedClient.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ export class BridgedClient extends EventEmitter {
252252
localAddress: (
253253
this.server.getIpv6Prefix() ? this.clientConfig.getIpv6Address() : undefined
254254
),
255+
certificate: this.clientConfig.certificate,
255256
useRedisPool: this.redisPool,
256257
encodingFallback: this.encodingFallback,
257258
},

0 commit comments

Comments
 (0)