aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-05-29 13:18:41 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-05-30 20:34:39 +0300
commitf8b062f808b05daea7f827d85d1989bd705b8e73 (patch)
treec056cd28ad4cbdb771cb3614de989538e5b03437
parentb99194f5fac913d745f9af3b9b7c24ad6a032c1a (diff)
Change task response challenge definition in manual
-rw-r--r--doc/manual.cli11
1 files changed, 5 insertions, 6 deletions
diff --git a/doc/manual.cli b/doc/manual.cli
index 110fd3d..f1172cc 100644
--- a/doc/manual.cli
+++ b/doc/manual.cli
@@ -462,15 +462,14 @@ followed by a task manifest.
indicates that the controller has no tasks at this time in which case all
the following values as well as the task manifest are absent.|
-\li|\n\c{challenge: <text>}\n
+\li|\n\c{challenge: <string>}\n
- Random text (nonce) used to challenge the agent's private key. If present,
- then the agent must sign this text with its private key and include the
+ Random 64-character string (nonce) used to challenge the agent's private
+ key. If present, then the agent must sign this string and include the
signature in the result request.
- The signature should be derived by calculating the SHA256 checksum of the
- text, encrypting it with the agent's private key, and then base64-encoding
- the result.|
+ The signature should be calculated by encrypting the string with the agent's
+ private key and then base64-encoding the result.|
\li|\n\c{result-url: <url>}\n