Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Check out SDAIA repo from git.
    1. git clone https://git.ncsa.illinois.edu/awithers/sdaia
    2. Verify gateway binary (public key):
      1.  cd sdaia; gpg --verify gateway.s/gateway.sig gateway.s/gateway
  2. Run ansible playbook.
    1. cd sdaia; ./install.sh
    2. note that install.sh just runs the ansible playbook locally.

  3. Check installation:
    1. The following commands will check that zyre gateway, CIF, Bro IDS and honeypot (if installed) are running:
      1. systemctl status zyre-gateway

      2. systemctl status csirtg-cef-zmq
      3. ps ax | grep bro
      4. docker ps
  4. Add key to NCSA's key repo.
    1. A public key is generated in /usr/local/gateway/client.key.  This key needs to be shared in order for your deployment to join the network.  You can add the key to https://github.com/ncsa/sdaiakeys with a pull request.  Please email alexw1@illinois.edu or jazoff@illinois.edu for further instructions.
    2. disco key
    Add key to NCSA's key repo.
    1. git pull request