summaryrefslogtreecommitdiff
path: root/man/taler-merchant-httpd.1
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-07-15 19:11:08 +0200
committerChristian Grothoff <christian@grothoff.org>2023-07-15 19:11:08 +0200
commit02380e2e7318c7fd75fcfe7b03d1596b56c8d505 (patch)
treeb807881366bbaf206eaf117d16bb9fcfd383d0ed /man/taler-merchant-httpd.1
parentdb8444916b056cce401ff62a05512e82bd9e4e64 (diff)
downloaddocs-02380e2e7318c7fd75fcfe7b03d1596b56c8d505.tar.gz
docs-02380e2e7318c7fd75fcfe7b03d1596b56c8d505.tar.bz2
docs-02380e2e7318c7fd75fcfe7b03d1596b56c8d505.zip
update man pages
Diffstat (limited to 'man/taler-merchant-httpd.1')
-rw-r--r--man/taler-merchant-httpd.110
1 files changed, 5 insertions, 5 deletions
diff --git a/man/taler-merchant-httpd.1 b/man/taler-merchant-httpd.1
index 613197d0..19b6c49d 100644
--- a/man/taler-merchant-httpd.1
+++ b/man/taler-merchant-httpd.1
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
-.TH "TALER-MERCHANT-HTTPD" "1" "Jul 11, 2023" "0.9" "GNU Taler"
+.TH "TALER-MERCHANT-HTTPD" "1" "Jul 15, 2023" "0.9" "GNU Taler"
.SH NAME
taler-merchant-httpd \- run Taler merchant backend (with RESTful API)
.SH SYNOPSIS
@@ -50,13 +50,13 @@ before running this command.
.INDENT 0.0
.TP
\fB\-a\fP \fITOKEN\fP | \fB\-\-auth=\fP\fITOKEN\fP
-Use TOKEN for initial access control to the merchant backend. TOKEN must start with the "secret\-token:" prefix, as per RFC 8959. The value
+Use TOKEN for initial access control to the merchant backend. TOKEN must start with the \(dqsecret\-token:\(dq prefix, as per RFC 8959. The value
given in TOKEN must appear in backoffice requests to the default instance
-of the merchant, i.e. "Authorization: Bearer TOKEN" to obtain
+of the merchant, i.e. \(dqAuthorization: Bearer TOKEN\(dq to obtain
access to the merchant backend. Note that setting a passphrase for the
default instance by any means will block future access via TOKEN. This
is basically a way to reset the passphrase protecting access. TOKEN
-should be a "pchar" as per RFC 8959, but this is NOT checked. Note that
+should be a \(dqpchar\(dq as per RFC 8959, but this is NOT checked. Note that
TOKEN will only grant access to the \(aqdefault\(aq instance, not other instances.
Instead of using the command\-line, which exposes TOKEN to users on the
system, you may want to consider setting the
@@ -100,7 +100,7 @@ cleanly.
.INDENT 0.0
.TP
.B TALER_MERCHANT_TOKEN
-Like the "\-a" option, resets the access token for the default
+Like the \(dq\-a\(dq option, resets the access token for the default
instance to the given value.
.UNINDENT
.SH SEE ALSO