Skip to content

Instantly share code, notes, and snippets.

@yunqu
Created October 9, 2018 16:21
Show Gist options
  • Save yunqu/229fce1c63a2039208c96266b733aebc to your computer and use it in GitHub Desktop.
Save yunqu/229fce1c63a2039208c96266b733aebc to your computer and use it in GitHub Desktop.
Start greengrass core service on board
# one time only
sudo tar -xzvf greengrass-OS-architecture-1.6.0.tar.gz -C /
sudo tar -xzvf GUID-setup.tar.gz -C /greengrass
cd /greengrass/certs/
sudo wget -O root.ca.pem http://www.symantec.com/content/en/us/enterprise/verisign/roots/VeriSign-Class%203-Public-Primary-Certification-Authority-G5.pem
# every time
cd /greengrass/ggc/core/
sudo ./greengrassd start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment