Skip to content
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

Load server ca certificate, client certificate and client key from string value #33

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

ezeeb
Copy link

@ezeeb ezeeb commented Jul 11, 2024

enabled mqtt client to load server ca certificate, client certificate and client key additionally from a PEM string. This makes load tests with several clients - in my case several iot devices - easier. I don't have to create files for each device but can load data from a SharedArray.

This pull request is related to #32

I also switched to tls version 1.2 - i use this client to run against Azure IoT Hub with tls version 1.2

@ezeeb ezeeb marked this pull request as ready for review July 11, 2024 20:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants