diff options
| author | Michal Hanus <hanus.michal@divelit.cz> | 2024-04-01 14:53:48 +0200 |
|---|---|---|
| committer | Michal Hanus <hanus.michal@divelit.cz> | 2024-04-01 14:53:48 +0200 |
| commit | e6318f51769ec684a713876460d89cfb3f595c11 (patch) | |
| tree | 787b0de93bf885ba9793ddeb8d86e1f4e562a8d6 /mqtt_simple/overlay-tls.conf | |
| parent | 1173bd81904c534b4b6d62e3f7e8e1b195b4cc4c (diff) | |
Diffstat (limited to 'mqtt_simple/overlay-tls.conf')
| -rw-r--r-- | mqtt_simple/overlay-tls.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mqtt_simple/overlay-tls.conf b/mqtt_simple/overlay-tls.conf new file mode 100644 index 0000000..9a58e44 --- /dev/null +++ b/mqtt_simple/overlay-tls.conf @@ -0,0 +1,13 @@ +# +# Copyright (c) 2020 Nordic Semiconductor ASA +# +# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause +# + +# MQTT TLS +CONFIG_MQTT_LIB_TLS=y +CONFIG_MQTT_BROKER_PORT=8886 +CONFIG_MQTT_KEEPALIVE=30 + +# Modem key management, for provisioning certificates +CONFIG_MODEM_KEY_MGMT=y |
