2019-04-13 12:15:28 +01:00
|
|
|
menu "Example CoAP Server Configuration"
|
|
|
|
|
|
2019-07-31 16:22:01 +05:30
|
|
|
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"
|
2019-07-31 16:22:01 +05:30
|
|
|
depends on COAP_MBEDTLS_PSK
|
2019-04-13 12:15:28 +01:00
|
|
|
default "secret-key"
|
|
|
|
|
help
|
2019-07-31 16:22:01 +05:30
|
|
|
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
|