-
Notifications
You must be signed in to change notification settings - Fork 304
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
Client certificate authentication #67
Comments
You'll need to create a PFX file from your CA, Cert, and private key.
This should work. |
thanks a lot ,I solved this problem, and here is guide about install [openssl] for beginner |
@dpmcgarry Is this a requirement of M2Mqtt or windows System.Security.Cryptography.X509Certificates ? |
That's a requirement of windows / System.Security.Cryptography.X509Certificates. From my experience Windows / .NET only deals with private keys using PFX bundles, not the individual pem files. |
Hi,
How can i setup following configuration using M2MQTT in c#:
I'm trying to connect using client certificate and key file.
Thank you
The text was updated successfully, but these errors were encountered: