enable funciton to enable/disable CA if exits
authorAndy Witter <awitter@georgialibraries.org>
Thu, 12 Dec 2019 20:59:02 +0000 (15:59 -0500)
committerAndy Witter <awitter@georgialibraries.org>
Thu, 12 Dec 2019 20:59:02 +0000 (15:59 -0500)
templates/setup-head.sh

index 2d88e7c..039a49e 100755 (executable)
@@ -270,6 +270,9 @@ fi
 ### Install nginx
 $APT_TOOL install -y nginx
 
+### fixup Apache2 SSL and add CA cert if needed remove if not using.
+Config_Apache2_Default_SSL
+
 ### Setup nginx
 if [ -e /etc/nginx/sites-enabled/default ]
 then