Hi, I'm using this to invoke a server endpoint that has mutual TLS enabled. How can I pass in my client cert, key and ca bundle so the http client will use that during the https handshake?
i.e. with vanilla node https, I would specify the cert, key and ca parameters in the options. What's the equivalent for this library?
Hi, I'm using this to invoke a server endpoint that has mutual TLS enabled. How can I pass in my client cert, key and ca bundle so the http client will use that during the https handshake?
i.e. with vanilla node https, I would specify the cert, key and ca parameters in the options. What's the equivalent for this library?