Files
Anthias/bin/enable_ssl.sh
Viktor Petersson 815fc11439 Fixes output.
2016-04-27 15:36:24 +01:00

12 lines
375 B
Bash
Executable File

#!/bin/bash -ex
cd ~/screenly/ansible
ansible-playbook -t enable-ssl site.yml
set +x
echo "You should be all set. You should be able to access Screenly's management interface at https://<your IP>"
echo "NOTE: If you have the firewall enabled, make sure to open it up for HTTPS (port 443)."
echo "Assuming you're running UFW, the command is:"
echo "sudo ufw allow 443/tcp"