Last active
August 1, 2019 08:49
-
-
Save adrenalinehit/b33994a4d430b26747ac to your computer and use it in GitHub Desktop.
Creating a PFX file for use with M2MQTT library for AWS IoT
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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