提交 e28ded19 authored 作者: Ken Rice's avatar Ken Rice

FS-8933 #resolve Basic FreeSWITCH from source installer that works on Raspbian…

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
上级 a916a12d
...@@ -4,7 +4,6 @@ ...@@ -4,7 +4,6 @@
# #
######################################################## ########################################################
# TODO: FreeSWITCH AutoStart # TODO: FreeSWITCH AutoStart
# TODO: Install on Raspbian
# TODO: Allow Selection of Source or Package Install on Debian # TODO: Allow Selection of Source or Package Install on Debian
DIALOG=${DIALOG=dialog} DIALOG=${DIALOG=dialog}
...@@ -283,6 +282,6 @@ if [ "x$PRIVIP" != "x$IPADDR" ]; then ...@@ -283,6 +282,6 @@ if [ "x$PRIVIP" != "x$IPADDR" ]; then
install_certs install_certs
fi fi
else else
echo "Skipping LetsEncrypt. Since we are on Private IP Space"; echo "Skipping LetsEncrypt. Since we are on a Private IP Address";
fi fi
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论