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
Hi,
How to configure 2 way SSL reference to local keystore.jks and truststore.jks ?
Appreciate for any advice Jason
The text was updated successfully, but these errors were encountered:
Right now you can't as I don't pass through any ssl options to amqplib but I could fix that.
amqplib
You would have to get the keys from the java keystores (see https://security.stackexchange.com/questions/3779/how-can-i-export-my-private-key-from-a-java-keytool-keystore/66865#66865 for example)
From there I would need to modify my code slightly to allow you pass in ssl options as per https://www.squaremobius.net/amqp.node/ssl.html
ssl
Does that help you? If so then I am happy to modify the code to suit.
Sorry, something went wrong.
jasonhue8183
No branches or pull requests
Hi,
How to configure 2 way SSL reference to local keystore.jks and truststore.jks ?
Appreciate for any advice
Jason
The text was updated successfully, but these errors were encountered: