From 421e404e790aea7320313b16a88f9845400dca1a Mon Sep 17 00:00:00 2001 From: Andy Witter Date: Thu, 12 Dec 2019 15:59:02 -0500 Subject: [PATCH] enable funciton to enable/disable CA if exits --- templates/setup-head.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/setup-head.sh b/templates/setup-head.sh index 2d88e7c..039a49e 100755 --- a/templates/setup-head.sh +++ b/templates/setup-head.sh @@ -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 -- 2.11.0