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. Note that you still must configure the currency accepted by the merchant in /etc/taler/taler.conf. Afterwards, you can use the following commands to start, stop or restart the Taler merchant backend: # systemctl start taler-merchant.service # systemctl stop taler-merchant.service # systemctl restart taler-merchant.service To permanently the backend whenever the system boots, use: # systemctl enable taler-merchant By default, the backend will be available at https://localhost:9966/ and configured via a browser at that endpoint. You can improve the security of the setup by enabling the use of unix domain sockets, see $ info taler-merchant "Secure setup" You may also want to enable the reverse proxy by symlinking the respective configuration file to the "sites-enabled/" directory of your chosen Web server. -- Christian Grothoff Fri 01 Jan 2021 11:37:14 AM CET