Skip to content

Commit

Permalink
Update secure_network.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
orlikoski authored May 21, 2018
1 parent 41487ed commit 1bb27a7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions scripts/secure_network.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ echo " - Install and configure Nginx reverse proxy for TimeSketch, Kibana, and
echo " - Install and configure all prerequisits to install valid TLS/SSL certificates from Letsencrypt"
echo " - Provide single command required to enable TLS/SSL encryption on all three websites"
echo ""
echo "In order to continue a domain name needs to provided and the Kibana, Cerebro, and TimeSketch websites will be setup as sub-domains"
echo "For testing and home/student use it is recommended to use a 'xip.io' domain. Read more about it here: http://xip.io/"
echo "In order to continue a hostname needs to provided and the Kibana, Cerebro, and TimeSketch websites will be setup as sub-domains"
echo "This can be left blank for local use."
echo ""
echo ""
echo "Example Domain: 'mydomain.com'"
Expand Down Expand Up @@ -119,13 +119,13 @@ echo " - 'http://$new_domain'"
echo ""
echo " Kibana:"
echo " - 'http://$new_domain/kibana'"
echo " - Username: $k_user"
echo " - Password: $k_pass"
echo " - Username: $k_user"
echo " - Password: $k_pass"
echo ""
echo " Cerebro"
echo " - 'http://$new_domain/cerebro'"
echo " - Username: $c_user"
echo " - Password: $c_pass"
echo " - Username: $c_user"
echo " - Password: $c_pass"
echo ""
echo ""
echo "WARNING!!! Encryption is not enabled and it is strongly recommended to enable it"
Expand Down

0 comments on commit 1bb27a7

Please sign in to comment.