boring icon indicating copy to clipboard operation
boring copied to clipboard

Is there a way to setup multiple independent certificate chains for a single SSL context?

Open CMCDragonkai opened this issue 2 years ago • 0 comments
trafficstars

I find that the nodejs library does support setting multiple independent certificate chains for a single SSL context.

However it seems that the methods in this library don't support it.

I believe the SSL_CTX_add1_chain_cert must be exposed as well to enable this.

CMCDragonkai avatar May 23 '23 11:05 CMCDragonkai