From 9222917ffb4eebcf78b3c129d0cde234ab167913 Mon Sep 17 00:00:00 2001 From: tekstrand Date: Fri, 30 Aug 2024 18:13:40 -0500 Subject: [PATCH] add instruction to set explicit psk for ch --- docs/software/python-cli/usage.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/software/python-cli/usage.mdx b/docs/software/python-cli/usage.mdx index 483bc13e..3c286c90 100644 --- a/docs/software/python-cli/usage.mdx +++ b/docs/software/python-cli/usage.mdx @@ -90,6 +90,8 @@ Use `--ch-set psk random --ch-index 0` to assign a new (high quality) random AES Use `--ch-set psk default --ch-index 0` to restore the standard 'default' (minimally secure, because it is in the source code for anyone to read) AES128 key. +Use `--ch-set psk base64:{key} --ch-index {index}` to set the PSK of a channel to a known entity + All `ch-set` commands need to have the `ch-index` parameter specified: ```shell