From d34a5737ff90555408e8b57654736a82d07061fc Mon Sep 17 00:00:00 2001 From: Marc Fiuczynski Date: Mon, 28 Dec 2009 15:49:51 +0000 Subject: [PATCH] By convention if API, BOOT, MONITOR, and WWW are all operating on the same machine then the WWW ssl keys/certificates take precedence. --- plc.d/ssl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0