The boostrap script now displays at the end of the processys the default login/passwords of the MISP image.

pull/3/head
Cédric Bonhomme 2017-08-28 08:16:43 +02:00
parent 36efe24562
commit 67a38cc91b
No known key found for this signature in database
GPG Key ID: A1CB94DE57B7A70D
1 changed files with 5 additions and 0 deletions

View File

@ -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"