diff options
-rw-r--r-- | doc/manual.cli | 11 |
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 |