By convention if API, BOOT, MONITOR, and WWW are all operating on the
authorMarc Fiuczynski <mef@cs.princeton.edu>
Mon, 28 Dec 2009 15:49:51 +0000 (15:49 +0000)
committerMarc Fiuczynski <mef@cs.princeton.edu>
Mon, 28 Dec 2009 15:49:51 +0000 (15:49 +0000)
same machine then the WWW ssl keys/certificates take precedence.

plc.d/ssl

index dd145a6..90cd41a 100755 (executable)
--- 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