From ea4cef4a9325ede4d7b1c0d721ea949340196895 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sat, 30 Dec 2017 12:21:58 +0300 Subject: [PATCH] Actualize possible workflows --- doc/workflow.texi | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/workflow.texi b/doc/workflow.texi index 137e7f9..27a7ea9 100644 --- a/doc/workflow.texi +++ b/doc/workflow.texi @@ -24,9 +24,21 @@ many times any time as you wish. connection to required nodes from time to time @item use @ref{nncp-xfer} with removable storage devices for copying packets to/from other nodes + @item use @ref{nncp-bundle} with either sequential storage devices + or broadcasting transmissions for copying packets @end itemize @item After successful packet exchanging (or just simply from time to time), run @ref{nncp-toss} for tossing (decrypting and processing) all inbound queues to receive mail messages, files, file requests and relay transition packets to other nodes. @end enumerate + +@itemize +@item If you wish to encrypt your configuration file containing your +private keys, then use @ref{nncp-cfgenc} utility. You can always use an +encrypted config without decrypting it in temporary memory file. +@item If you wish to strip off any private keys from your config, then +use @ref{nncp-cfgmin} utility. It will be useful for transferring +messages with offline methods, but tossing them later on the machine +with private keys. +@end itemize -- 2.48.1