We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
NJS API is able to generate keys, however it's impossible to generate SSL certificates.
Extend the existing API with creation SSL certificates.
There's no alternative solutions available.
There's no any other context or screenshots about the feature request is available at the moment.
The text was updated successfully, but these errors were encountered:
A use case for this feature request is when NGNIX needs to build a custom mTLS client certificate for authentication to upstreams.
Sorry, something went wrong.
@osokin @gallarda Did you investigate using https://www.npmjs.com/package/@peculiar/x509#set-crypto-provider-for-nodejs for this usecase?
I see it uses WebCrypto API, that is already supported in NJS.
No branches or pull requests
Is your feature request related to a problem? Please describe
NJS API is able to generate keys, however it's impossible to generate SSL certificates.
Describe the solution you'd like
Extend the existing API with creation SSL certificates.
Describe alternatives you've considered
There's no alternative solutions available.
Additional context
There's no any other context or screenshots about the feature request is available at the moment.
The text was updated successfully, but these errors were encountered: