From: Marc Fiuczynski Date: Mon, 28 Dec 2009 15:49:51 +0000 (+0000) Subject: By convention if API, BOOT, MONITOR, and WWW are all operating on the X-Git-Tag: MyPLC-4.3-36~3 X-Git-Url: http://git.onelab.eu/?p=myplc.git;a=commitdiff_plain;h=d34a5737ff90555408e8b57654736a82d07061fc By convention if API, BOOT, MONITOR, and WWW are all operating on the same machine then the WWW ssl keys/certificates take precedence. --- diff --git a/plc.d/ssl b/plc.d/ssl index dd145a6..90cd41a 100755 --- a/plc.d/ssl +++ b/plc.d/ssl @@ -132,7 +132,7 @@ case "$1" in # 4) and /etc/httpd/conf (Fedora Core 2). If the API, boot, # and web servers are all running on the same machine, the web # server certificate takes precedence. - for server in API BOOT WWW MONITOR; do + for server in API BOOT MONITOR WWW; do enabled=PLC_${server}_ENABLED if [ "${!enabled}" != "1" ] ; then continue