-
Notifications
You must be signed in to change notification settings - Fork 30.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for multiple PFX in tls.createSecureContext #14756
Labels
feature request
Issues that request new features to be added to Node.js.
tls
Issues and PRs related to the tls subsystem.
Comments
mscdex
added
feature request
Issues that request new features to be added to Node.js.
tls
Issues and PRs related to the tls subsystem.
labels
Aug 11, 2017
4 tasks
djphoenix
added a commit
to djphoenix/node
that referenced
this issue
Sep 1, 2017
Add support for multiple PFX files in tls.createSecureContext. Also added support for object-style PFX pass. Fixes: nodejs#14756
addaleax
pushed a commit
to addaleax/node
that referenced
this issue
Sep 13, 2017
Add support for multiple PFX files in tls.createSecureContext. Also added support for object-style PFX pass. PR-URL: nodejs#14793 Fixes: nodejs#14756 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
feature request
Issues that request new features to be added to Node.js.
tls
Issues and PRs related to the tls subsystem.
Feature request
As per as
tls.createSecureContext
accepts multiplekey
/cert-chain
options, I think there is a good approach to get also multiple PFX support. E.g. one for RSA and another one for ECDSA.Workarounds
key
/cert
arrays:context.loadPKCS12
for another chain:New API proposal
The text was updated successfully, but these errors were encountered: