diff options
| author | Michal Hanus <hanus.michal@divelit.cz> | 2023-08-01 10:57:36 +0200 |
|---|---|---|
| committer | Michal Hanus <hanus.michal@divelit.cz> | 2023-08-01 10:57:36 +0200 |
| commit | b6307ca8180f1090e2c69e081963689a4abd869a (patch) | |
| tree | 47e3acab4a80c72f2c04173febded574bb32e2e4 /overlay-tls.conf | |
Initial commit for nrf/samples/nrf9160/mqtt_simple
Diffstat (limited to 'overlay-tls.conf')
| -rw-r--r-- | overlay-tls.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/overlay-tls.conf b/overlay-tls.conf new file mode 100644 index 0000000..9a58e44 --- /dev/null +++ b/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 |
