git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
027e3ec
)
net/mosquitto: Added further security configuration options for bridge section
author
David Thornley
<redacted>
Tue, 2 May 2017 02:08:46 +0000
(12:08 +1000)
committer
Karl Palsson
<redacted>
Fri, 5 May 2017 11:36:37 +0000
(11:36 +0000)
Signed-off-by: David Thornley <redacted>
net/mosquitto/files/etc/init.d/mosquitto
patch
|
blob
|
history
diff --git
a/net/mosquitto/files/etc/init.d/mosquitto
b/net/mosquitto/files/etc/init.d/mosquitto
index adb31a397b176f561e1b5f53584b7c113da46f38..9bccedb4f1f33840af271e5e67a5c251f26b191b 100755
(executable)
--- a/
net/mosquitto/files/etc/init.d/mosquitto
+++ b/
net/mosquitto/files/etc/init.d/mosquitto
@@
-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
}
git clone https://git.99rst.org/PROJECT