boring
boring copied to clipboard
Is there a way to setup multiple independent certificate chains for a single SSL context?
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.