projects
/
contrib
/
pines
/
genasys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8a2714
)
enable funciton to enable/disable CA if exits
author
Andy Witter
<awitter@georgialibraries.org>
Thu, 12 Dec 2019 20:59:02 +0000
(15:59 -0500)
committer
Andy Witter
<awitter@georgialibraries.org>
Thu, 12 Dec 2019 20:59:02 +0000
(15:59 -0500)
templates/setup-head.sh
patch
|
blob
|
history
diff --git
a/templates/setup-head.sh
b/templates/setup-head.sh
index
2d88e7c
..
039a49e
100755
(executable)
--- 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