Files
esp-idf/examples/protocols/coap_server/main/Kconfig.projbuild
T

12 lines
501 B
Plaintext
Raw Normal View History

2019-04-13 12:15:28 +01:00
menu "Example CoAP Server Configuration"
config EXAMPLE_COAP_PSK_KEY
2019-04-13 12:15:28 +01:00
string "Preshared Key (PSK) to used in the connection from the CoAP client"
depends on COAP_MBEDTLS_PSK
2019-04-13 12:15:28 +01:00
default "secret-key"
help
The Preshared Key to use to encrypt the communicatons. The same key must be
used at both ends of the CoAP connection, and the CoaP client must request
2019-04-13 12:15:28 +01:00
an URI prefixed with coaps:// instead of coap:// for DTLS to be used.
endmenu