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