Install certs before websockets to fix breakage of websockets during install
authorAndy Witter <awitter@georgialibraries.org>
Sat, 5 Jan 2019 15:56:13 +0000 (10:56 -0500)
committerAndy Witter <awitter@georgialibraries.org>
Sat, 5 Jan 2019 15:56:13 +0000 (10:56 -0500)
templates/setup-functions

index 1f6deb4..fdc1841 100755 (executable)
@@ -56,6 +56,8 @@ if $APT_TOOL update
 
         echo                                                                                                                                 
         echo "Installing Dependencies for Apache Web Sockets for web based staff client";sleep 2
+       echo "installing ssl key and cert...";sleep 4                                    |
+        tar zxvf $WD/next-brick02-head.tar.gz -C /  etc/apache2/ssl/server.crt etc/apache2/ssl/server.key
        gdebi --n libapache2-mod-websocket*.deb
        echo
        ### Configure Apache2 Web Sockets.