Skip to content

Instantly share code, notes, and snippets.

@SteveClement
Created October 18, 2018 08:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SteveClement/3e0251a0c28381904d4852ff51e83a29 to your computer and use it in GitHub Desktop.
Save SteveClement/3e0251a0c28381904d4852ff51e83a29 to your computer and use it in GitHub Desktop.
make requirements
########### Checking Requirements ###########
[OK] Docker is Installed. Output: Docker version 18.06.1-ce, build e68fc7a
[OK] Git is Installed. Output: git version 2.19.1
[OK] Check: https://misp.dcso.de
Result: * Connected to misp.dcso.de (185.183.127.100) port 443 (#0).
[OK] Check: https://dockerhub.dcso.de/v2/
Result: * Connected to dockerhub.dcso.de (217.110.69.251) port 443 (#0).
[OK] Check: https://github.com/DCSO/misp-dockerized
Result: * Connected to github.com (192.30.255.113) port 443 (#0).
[OK] Check: https://github.com/misp/misp
Result: * Connected to github.com (192.30.255.112) port 443 (#0).
[FAIL] User 'steve' isn't part of the docker group. -> Try: sudo usermod -aG docker steve
[FAIL] User 'steve' hasn't access to Docker.
[OK] Folder config exists.
[OK] Testfile in 'config' can be created.
[OK] Folder config/ssl exists.
[OK] Testfile in 'config/ssl' can be created.
[OK] Folder config/pgp exists.
[OK] Testfile in 'config/pgp' can be created.
[OK] Folder config/smime exists.
[OK] Testfile in 'config/smime' can be created.
[OK] Folder backup exists.
[OK] Testfile in 'backup' can be created.
[WARN] No SSL certificate found. We create a self-signed certificate in the volume.
To change the SSL certificate and private key later:
1. save certificate into: /home/steve/MISP_Main/MISP-dockerized/config/ssl/cert.pem
2. save private keyfile into: /home/steve/MISP_Main/MISP-dockerized/config/ssl/key.pem
3. do: make configure
[WARN] No S/MIME certificate found.
1. Please save your cert at: /home/steve/MISP_Main/MISP-dockerized/config/smime/cert.pem
2. Please save your key at: /home/steve/MISP_Main/MISP-dockerized/config/smime/key.pem
3. do: make config-server
[WARN] No PGP key found.
To replace the PGP public and private file later:
1. save public key into: /home/steve/MISP_Main/MISP-dockerized/config/pgp/public.key
2. save private key into: /home/steve/MISP_Main/MISP-dockerized/config/pgp/private.key
3. do: make config-server
End result:
[FAIL] at least one Error is occured.
make: *** [Makefile:61: requirements] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment