Created
August 30, 2018 07:05
-
-
Save leonkyr/192f50ef770bc97864196a1e5b7541ce to your computer and use it in GitHub Desktop.
prepare the certificates for AWS IoT
This file contains hidden or 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
sudo apt-get update | |
sudo apt-get upgrade | |
sudo apt-get install nodejs | |
openssl x509 -in ./CA-roots/VeriSign-Class\ 3-Public-Primary-Certification-Authority-G5.pem -inform PEM -out root-CA.crt | |
chmod 775 root-CA.crt | |
npm install aws-iot-device-sdk |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment