From cc0d00f83a60b595b88243d741d23e52c2c48c65 Mon Sep 17 00:00:00 2001 From: Joakim Andersson Date: Thu, 22 May 2025 22:14:26 +0200 Subject: [PATCH] doc: tls_credentials_shell: Document credential load functionality Document the credential load functionality added to `cred buf` command. Signed-off-by: Joakim Andersson --- .../networking/api/tls_credentials_shell.rst | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/doc/connectivity/networking/api/tls_credentials_shell.rst b/doc/connectivity/networking/api/tls_credentials_shell.rst index df2818fd039..ee07022c4b6 100644 --- a/doc/connectivity/networking/api/tls_credentials_shell.rst +++ b/doc/connectivity/networking/api/tls_credentials_shell.rst @@ -15,7 +15,11 @@ Buffer Credential (``buf``) Buffer data incrementally into the credential buffer so that it can be added using the :ref:`tls_credentials_shell_add_cred` command. -Alternatively, clear the credential buffer. +Alternatively: + + - Clear the credential buffer. + + - Load credential directly to the credential buffer, ending with ``Ctrl + c``. Usage ----- @@ -28,6 +32,14 @@ To append ```` to the credential buffer, use: Use this as many times as needed to load the full credential into the credential buffer, then use the :ref:`tls_credentials_shell_add_cred` command to store it. +To load ```` directly to the credential buffer, use: + +.. code-block:: shell + + cred buf load + + Ctrl + c + To clear the credential buffer, use: .. code-block:: shell