net/mosquitto: Added further security configuration options for bridge section
authorDavid Thornley <david.thornley@touchstargroup.com>
Tue, 2 May 2017 02:08:46 +0000 (12:08 +1000)
committerKarl Palsson <karlp@etactica.com>
Fri, 5 May 2017 11:39:02 +0000 (11:39 +0000)
Signed-off-by: David Thornley <david.thornley@touchstargroup.com>
net/mosquitto/files/etc/init.d/mosquitto

index adb31a397b176f561e1b5f53584b7c113da46f38..9bccedb4f1f33840af271e5e67a5c251f26b191b 100755 (executable)
@@ -125,6 +125,14 @@ add_bridge() {
     append_if "$1" identity bridge_identity
     append_if "$1" psk bridge_psk
     append_if "$1" tls_version bridge_tls_version
+
+    append_if "$1" restart_timeout
+    append_if "$1" capath bridge_capath
+    append_if "$1" cafile bridge_cafile
+    append_if "$1" certfile bridge_certfile
+    append_if "$1" keyfile bridge_keyfile
+    append_if "$1" username remote_username
+    append_if "$1" password remote_password
 }