Skip to content

Instantly share code, notes, and snippets.

@adrenalinehit
Last active August 1, 2019 08:49
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adrenalinehit/b33994a4d430b26747ac to your computer and use it in GitHub Desktop.
Save adrenalinehit/b33994a4d430b26747ac to your computer and use it in GitHub Desktop.
Creating a PFX file for use with M2MQTT library for AWS IoT
openssl pkcs12 -export -out YOURPFXFILE.pfx -inkey *****-private.pem.key -in *****-certificate.pem.crt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment