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
Currently setting extra CA certs is possible only in the ollowing ways:
Improve RC to add more possiblities to read a custom CA cert from file too:
tls
"tls": { "caCertFile": "/data/my-ca-cert.pem" ... }
NODE_EXTRA_CA_CERTS
The last to point - overlap? Only one needed? Check neccessary.
Issue created from #554
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently setting extra CA certs is possible only in the ollowing ways:
Improve RC to add more possiblities to read a custom CA cert from file too:
tls
object to "ioredis" constructor. Somethig likeNODE_EXTRA_CA_CERTS
to the documentation as alternative:https://nodejs.org/api/cli.html#cli_node_extra_ca_certs_file
The last to point - overlap? Only one needed? Check neccessary.
Issue created from #554
The text was updated successfully, but these errors were encountered: