From 85a3127d828260222f3232e99046523c266625d1 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 1 Aug 2021 12:24:25 +0200 Subject: -fix #6966 --- manpages/taler-exchange-offline.1.rst | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'manpages/taler-exchange-offline.1.rst') diff --git a/manpages/taler-exchange-offline.1.rst b/manpages/taler-exchange-offline.1.rst index f3036bef..b1beaf26 100644 --- a/manpages/taler-exchange-offline.1.rst +++ b/manpages/taler-exchange-offline.1.rst @@ -30,12 +30,15 @@ the exchange’s long-term offline signing key and should be run in a secure subcommands as arguments which are then processed sequentially. The tool includes two subcommands to interact *online* with the exchange's -REST APIs. The ``download`` subcommand downloads the future public keys from the -running exchange. The resulting data serves as input to the ``sign`` and ``show`` -subcommands. The ``upload`` subcommand uploads the signatures created with the -private master key to the exchange. It handles the output of all subcommands -(except ``download``). The ``download`` and ``upload`` subcommands must naturally be -run "online" and do not require access to the offline key. +REST APIs. To determine how to talk to the exchange, these two subcommands +rely on the ``BASE_URL`` configuration option from the ``[exchange]`` section +of the configuration file. The ``download`` subcommand downloads the future +public keys from the running exchange. The resulting data serves as input to +the ``sign`` and ``show`` subcommands. The ``upload`` subcommand uploads the +signatures created with the private master key to the exchange. It handles +the output of all subcommands (except ``download``). The ``download`` and +``upload`` subcommands must naturally be run "online" and do not require +access to the offline key. All other subcommands are intended to be run "offline". However, especially when testing, it is of course possible to run the subcommands online as well. -- cgit v1.2.3