Replies: 2 comments 2 replies
-
Hi, for Vert.x HTTP clients, |
Beta Was this translation helpful? Give feedback.
0 replies
-
I don't know the Hive MQTT client, but you should be able to configure the TLS certs/key. If you use reactive messaging (the MQTT connector), you can expose a bean producing a MqttClientSessionOptions object. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I'm implementing the HiveMQ MQTT Client in a Quarkus 2.15 project, and I need to supply an SSL cert/key pair when connecting to the MQTT broker. Currently we store these in AWS Secrets Manager. The MQTT Client wants a KeyManagerFactory and a TrustManagerFactory, I just wanted to check if Quarkus has any helpful tools for this situation - or if anyone here has some useful tips? (Looking around for examples, I naturally find more examples on reading cert/key pairs from disk, often at startup/through application properties, but in this case we fetch them at runtime...)
Thankful for any hints!
Beta Was this translation helpful? Give feedback.
All reactions