From 8057a6733abb492e1490ce0ca689590aa712a3f5 Mon Sep 17 00:00:00 2001 From: Jonathan Rosenbaum Date: Tue, 24 Mar 2015 07:34:09 +0000 Subject: [PATCH] Added some pertinent advice about self-signed certs. --- examples/mailman_connector.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/mailman_connector.conf b/examples/mailman_connector.conf index 13e6295..9edcd35 100644 --- a/examples/mailman_connector.conf +++ b/examples/mailman_connector.conf @@ -27,3 +27,6 @@ respawn exec nvm use 0.12 exec start-stop-daemon --start --make-pidfile --pidfile /var/run/mailman_connector.pid --exec /home/ps/.nvm/versions/v0.12.0/bin/node /home/ps/node.js/mailman_connector.js 9987 +# If the connector requires a self-signed certificate, rather than a CA, +# make sure to provide the path to the actual corresponding certificate in database_functions.php. +# \ No newline at end of file