FS-8933 #resolve Basic FreeSWITCH from source installer that works on Raspbian and Debian. Also installs VertoCommunicator and LetsEncrypt SSL Certs. LetsEncrypt requires the machine to have a public IP and DNS for the FDQN functioning properly in public DNS

This commit is contained in:
Ken Rice 2016-03-14 17:06:19 -05:00
parent a916a12ddf
commit e28ded19d2
1 changed files with 1 additions and 2 deletions

View File

@ -4,7 +4,6 @@
#
########################################################
# TODO: FreeSWITCH AutoStart
# TODO: Install on Raspbian
# TODO: Allow Selection of Source or Package Install on Debian
DIALOG=${DIALOG=dialog}
@ -283,6 +282,6 @@ if [ "x$PRIVIP" != "x$IPADDR" ]; then
install_certs
fi
else
echo "Skipping LetsEncrypt. Since we are on Private IP Space";
echo "Skipping LetsEncrypt. Since we are on a Private IP Address";
fi