diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2020-11-28 00:16:21 -0500 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2020-11-28 00:16:21 -0500 |
commit | c652f968968a6040f400f9e8e34f65d745bff6ea (patch) | |
tree | c837254b980f2520f25c45ddfa8500bab07e12ca | |
parent | b5a662e14698bcd97e9cda97c725af333cac910a (diff) | |
download | docs-c652f968968a6040f400f9e8e34f65d745bff6ea.tar.gz docs-c652f968968a6040f400f9e8e34f65d745bff6ea.tar.bz2 docs-c652f968968a6040f400f9e8e34f65d745bff6ea.zip |
mark up ‘TALER_SIGNATURE_ANASTASIS_POLICY_DOWNLOAD’
-rw-r--r-- | anastasis.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/anastasis.rst b/anastasis.rst index e704b5b..e3203e4 100644 --- a/anastasis.rst +++ b/anastasis.rst @@ -504,7 +504,7 @@ In the following, UUID is always defined and used according to `RFC 4122`_. *If-None-Match*: If this is not the very first request of the client, this contains the Etag-value which the client has received before from the server. The client SHOULD send this header with every request (except for the first request) to avoid unnecessary downloads. - *Anastasis-Account-Signature*: The client must provide Base-32 encoded EdDSA signature over hash of body with ``$ACCOUNT_PRIV``, affirming desire to download the requested encrypted recovery document. The purpose used MUST be TALER_SIGNATURE_ANASTASIS_POLICY_DOWNLOAD (1401). + *Anastasis-Account-Signature*: The client must provide Base-32 encoded EdDSA signature over hash of body with ``$ACCOUNT_PRIV``, affirming desire to download the requested encrypted recovery document. The purpose used MUST be ``TALER_SIGNATURE_ANASTASIS_POLICY_DOWNLOAD`` (1401). .. http:post:: /policy/$ACCOUNT_PUB |