Describe the feature
To enable (and verify) TLS client certificates, the https.createServer needs requestCert: true and ca: <certdata>. Currently, these are not passed on from the options given to resolveCertificate.
I think it would be useful to have resolveCertificate transparently forwarding all options that the TLS server could use, though I guess that's scope creep here.
Additional information
Describe the feature
To enable (and verify) TLS client certificates, the
https.createServerneedsrequestCert: trueandca: <certdata>. Currently, these are not passed on from theoptionsgiven toresolveCertificate.I think it would be useful to have
resolveCertificatetransparently forwarding all options that the TLS server could use, though I guess that's scope creep here.Additional information