blob: 86837e79c0265251c3dfc69842a13c574c7a3af7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
taler-merchant
--------------
This package is a backend to be used by merchants that
want to accept GNU Taler payments.
This package is integrated with Apache or Nginx, automatically
deploying a configuration for the backend to the respective
Web server at the "/taler-merchant/" endpoint.
To access the privileged parts of the Taler backend, you need to provide the
API KEY in an HTTP "Authorization" header. This Debian package creates a
random API KEY and stores it in plaintext in
"/var/lib/taler-merchant/master-api-key.txt." You can change the key by
editing the respective Web server's configuration. The "master-api-key.txt"
file is not actually required and provided for convenience.
-- Christian Grothoff <grothoff@gnu.org> Fri 01 Jan 2021 11:37:14 AM CET
|