summaryrefslogtreecommitdiff
path: root/manpages
diff options
context:
space:
mode:
authorÖzgür Kesim <oec-taler@kesim.org>2022-06-22 18:23:08 +0200
committerÖzgür Kesim <oec-taler@kesim.org>2022-06-22 18:23:08 +0200
commit7f8661cc330ec7ec851774075cc3ee9c51c05d2b (patch)
treecd3346f68de2ca854de793722cd5db2301a8de59 /manpages
parent2bbfb25c3e54bf2014fe3f82a2d2be78d7a099ba (diff)
downloaddocs-7f8661cc330ec7ec851774075cc3ee9c51c05d2b.tar.gz
docs-7f8661cc330ec7ec851774075cc3ee9c51c05d2b.tar.bz2
docs-7f8661cc330ec7ec851774075cc3ee9c51c05d2b.zip
added section for extensions
Diffstat (limited to 'manpages')
-rw-r--r--manpages/taler-exchange-offline.1.rst19
1 files changed, 19 insertions, 0 deletions
diff --git a/manpages/taler-exchange-offline.1.rst b/manpages/taler-exchange-offline.1.rst
index 265324e4..10ab398d 100644
--- a/manpages/taler-exchange-offline.1.rst
+++ b/manpages/taler-exchange-offline.1.rst
@@ -142,6 +142,25 @@ It outputs the signatures over *all* denomination and signing keys
present in the input, in a format suitable for the ``upload`` subcommand.
+extensions
+----------
+
+This subcommand is responsible for the management of available extensions in
+the exchange.
+
+It consumes the output of the ``download`` subcommand, either from ``stdin`` or
+directly.
+
+It provides the sub-subcommand ``extensions show`` to show the configuration
+for extensions and the ``extensions sign`` command to sign the current
+configuration of extensions, in a format suitable for the ``upload``
+subcommand.
+
+Note that an extension on the exchange will only become activated at runtime
+*after* the extension's configurations has been signed by the offline tool with
+the signing key and the signed configuration been uploaded to the exchange.
+
+
revoke-denomination
-------------------