commit 4baef7fb6ee687d3983d6bfb282c1e2b4e377bb8
parent 43ad9cf1eb4cdbbd3dae6ed37f298115d4e96e87
Author: Christian Grothoff <christian@grothoff.org>
Date: Tue, 16 May 2023 23:22:02 +0200
document new kyc-aml tool
Diffstat:
2 files changed, 42 insertions(+), 0 deletions(-)
diff --git a/conf.py b/conf.py
@@ -560,6 +560,13 @@ man_pages = [
1,
),
(
+ "manpages/taler-exchange-kyc-aml-pep-trigger.1",
+ "taler-exchange-kyc-aml-pep-trigger",
+ "Taler KYC_AML_TRIGGER example",
+ "GNU Taler contributors",
+ 1,
+ ),
+ (
"manpages/taler.conf.5",
"taler.conf",
"Taler configuration file",
diff --git a/manpages/taler-exchange-kyc-aml-pep-trigger.1.rst b/manpages/taler-exchange-kyc-aml-pep-trigger.1.rst
@@ -0,0 +1,35 @@
+taler-exchange-kyc-aml-pep-trigger(1)
+#####################################
+
+.. only:: html
+
+ Name
+ ====
+
+ **taler-exchange-kyc-aml-pep-trigger** - helper script to trigger AML if KYC attributes indicate a politically exposed person
+
+Synopsis
+========
+
+**taler-exchange-kyc-aml-pep-trigger**
+
+
+Description
+===========
+
+**taler-exchange-kyc-aml-pep-trigger** is a trivial shell script to illustrate how to trigger an AML process when the KYC process sets the "PEP" flag in the attribute data.
+
+The script is mostly an example (or starting point) for
+writing programs for the KYC_AML_TRIGGER option of the
+exchange.
+
+See Also
+========
+
+taler.conf(5)
+
+Bugs
+====
+
+Report bugs by using https://bugs.taler.net or by sending electronic
+mail to <taler@gnu.org>.