diff options
-rw-r--r-- | anastasis.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/anastasis.rst b/anastasis.rst index b9a4c57..205a6ba 100644 --- a/anastasis.rst +++ b/anastasis.rst @@ -450,8 +450,8 @@ recovery documents with the escrow provider. Generally, a client will deposit the same encrypted recovery document with each escrow provider, but provide a different truth to each escrow provider. -Operations by the client are identified and authorized by $ACCOUNT_PUB, which -should be kept secret from third parties. $ACCOUNT_PUB should be an account +Operations by the client are identified and authorized by ``$ACCOUNT_PUB``, which +should be kept secret from third parties. ``$ACCOUNT_PUB`` should be an account public key using the Crockford base32-encoding. In the following, UUID is always defined and used according to `RFC 4122`_. |