From 03953679d75dcc9d4a8715f22707a93c379e24b6 Mon Sep 17 00:00:00 2001 From: chrysn Date: Wed, 9 Oct 2024 12:59:46 +0200 Subject: [PATCH] fixup! Co-authored-by: ROMemories <152802150+ROMemories@users.noreply.github.com> --- book/src/tooling/coap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/tooling/coap.md b/book/src/tooling/coap.md index 2ad1c5cbf..4481fdff6 100644 --- a/book/src/tooling/coap.md +++ b/book/src/tooling/coap.md @@ -63,7 +63,7 @@ Examples of described policy entries are: ### Interacting with RIOT-rs CoAP server from the host A convenient policy (which is the default of RIOT-rs's examples) -is to allow all access to the programmer. +is to allow all access to the developer. When that policy is enabled in the build system, an unencrypted key is created the developer's [state home directory], from where it can be picked up by tools such as [aiocoap-client].