Skip to content

Resources

Jeff Albrecht edited this page Mar 8, 2019 · 21 revisions

Resources

Mqtt Overview

Security

Clients

Samples

aws-samples/iot-dotnet-publisher-consumer

Servers

Self Signed certificates

SSL/TLS Client Certs to Secure MQTT from rockingdlabs

Generating a self-signed certificate using OpenSSL from IBM

Notes

  • Create .pfx you will be prompted to create password openssl pkcs12 -export -in consoleclient.crt -inkey consoleclient.key -out consoleclient.pfx -certfile ca.crt
  • Convert .crt to .pem openssl x509 -in mycert.crt -out mycert.pem -outform PEM

openssl

Clone this wiki locally