summaryrefslogtreecommitdiff
path: root/taler-merchant-manual.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2020-11-22 05:44:48 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2020-11-22 05:44:48 -0500
commit8da3a557fea47475b6670baec864e9c14f5345f0 (patch)
tree1c0d0ccc2691355f98063bd4b0cc9e606813438d /taler-merchant-manual.rst
parent784e31dfa70cc1714b680a767ee78467f68f0dda (diff)
downloaddocs-8da3a557fea47475b6670baec864e9c14f5345f0.tar.gz
docs-8da3a557fea47475b6670baec864e9c14f5345f0.tar.bz2
docs-8da3a557fea47475b6670baec864e9c14f5345f0.zip
mark up ‘/private/’ (two instances)
Diffstat (limited to 'taler-merchant-manual.rst')
-rw-r--r--taler-merchant-manual.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst
index 1ab0c913..d03c9aaf 100644
--- a/taler-merchant-manual.rst
+++ b/taler-merchant-manual.rst
@@ -994,7 +994,7 @@ setup access control!
Access control
--------------
-All endpoints with /private/ in the URL must be restricted to authorized users
+All endpoints with ``/private/`` in the URL must be restricted to authorized users
of the respective instance. Specifically, the HTTP server must be configured
to only allow access to ``$BASE_URL/private/`` to the authorized users of the
default instance, and to ``$BASE_URL/instances/$ID/private/`` to the
@@ -1004,7 +1004,7 @@ How access control is done (TLS client authentication, HTTP basic or digest
authentication, etc.) is completely up to the merchant and does not matter to
the Taler merchant backend.
-Note that all of the other endpoints (without /private/) are expected to be
+Note that all of the other endpoints (without ``/private/``) are expected to be
fully exposed to the Internet, and wallets may have to interact with those
endpoints directly without client authentication.