From 67a38cc91b3e7d39ed969c70b89a633625822c30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Mon, 28 Aug 2017 08:16:43 +0200 Subject: [PATCH] The boostrap script now displays at the end of the processys the default login/passwords of the MISP image. --- scripts/bootstrap.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index 7964e97..0e3ae7d 100644 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -386,3 +386,8 @@ curl -k -X POST -H "Authorization: $AUTH_KEY" -H "Accept: application/json" -v h echo -e "\e[32mMISP is ready\e[0m" +echo -e "Login and passwords for the MISP image are the following:" +echo -e "Web interface (default network settings): $MISP_BASEURL" +echo -e "MISP admin: admin@admin.test/admin" +echo -e "Shell/SSH: packer/packer" +echo -e "MySQL: $DBUSER_ADMIN/$DBPASSWORD_ADMIN - $DBUSER_MISP/$DBPASSWORD_MISP"