From 19cc5a80c14f74908ab82f10b77446c884f7571e Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Mon, 6 Apr 2020 14:21:25 -0400 Subject: [PATCH] Update library.sh --- container_files/usr-local-bin/library.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/container_files/usr-local-bin/library.sh b/container_files/usr-local-bin/library.sh index 80cf6d77..e866b885 100755 --- a/container_files/usr-local-bin/library.sh +++ b/container_files/usr-local-bin/library.sh @@ -169,4 +169,10 @@ finishPrep() { then cp -r $dest/libUiAndDaemon/* $dest/lib/ fi + + if [ "$SELF_SIGNED_CERT" = "true" ] + then + cp /opt/tier-support/ssl-enabled.conf /etc/httpd/conf.d/ + fi + }