mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
net/mosquitto: Added further security configuration options for bridge section
Signed-off-by: David Thornley <david.thornley@touchstargroup.com>
This commit is contained in:
committed by
Karl Palsson
parent
245c21e4ad
commit
56178f5c34
@@ -125,6 +125,14 @@ add_bridge() {
|
|||||||
append_if "$1" identity bridge_identity
|
append_if "$1" identity bridge_identity
|
||||||
append_if "$1" psk bridge_psk
|
append_if "$1" psk bridge_psk
|
||||||
append_if "$1" tls_version bridge_tls_version
|
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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user