summaryrefslogtreecommitdiff
path: root/anastasis.rst
diff options
context:
space:
mode:
Diffstat (limited to 'anastasis.rst')
-rw-r--r--anastasis.rst12
1 files changed, 8 insertions, 4 deletions
diff --git a/anastasis.rst b/anastasis.rst
index 5c82fddb..fc32343b 100644
--- a/anastasis.rst
+++ b/anastasis.rst
@@ -1207,6 +1207,10 @@ Expected new state:
**add_authentication**:
+Note that the "instructions" must be given in Crockford Base32
+encoding. We use here ASCII-Text that is both, but in reality,
+any text must be first Crockford Base32 encoded!
+
Arguments (example):
.. code-block:: json
@@ -1217,7 +1221,7 @@ Arguments (example):
"type": "question",
"mime_type" : "text/plain",
"instructions" : "What is your favorite GNU package?",
- "challenge" : "gdb",
+ "challenge" : "poke",
}
}
@@ -1232,7 +1236,7 @@ Expected new state:
"type": "question",
"mime_type" : "text/plain",
"instructions" : "What is your favorite GNU package?",
- "challenge" : "gdb",
+ "challenge" : "poke",
},
{
"type": "email",
@@ -1242,7 +1246,7 @@ Expected new state:
}
-**del_authentication**:
+**delete_authentication**:
Arguments (example):
@@ -1378,7 +1382,7 @@ Expected new state:
}
-**del_policy:**
+**delete_policy:**
Arguments (example):