Skip to content

Instantly share code, notes, and snippets.

@leonkyr
Created August 30, 2018 07:05
Show Gist options
  • Save leonkyr/192f50ef770bc97864196a1e5b7541ce to your computer and use it in GitHub Desktop.
Save leonkyr/192f50ef770bc97864196a1e5b7541ce to your computer and use it in GitHub Desktop.
prepare the certificates for AWS IoT
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