summaryrefslogtreecommitdiff
path: root/design-documents
diff options
context:
space:
mode:
authorMS <ms@taler.net>2023-10-10 12:45:21 +0200
committerMS <ms@taler.net>2023-10-10 12:45:59 +0200
commit89c858d56a492e3a6f370b74c5d16c8b610e8702 (patch)
tree6b56dc7c9b7e4abf54efa7a01eedb9b23ba1d366 /design-documents
parentaacf89d4c3b641eb6a4f5ca261445dd43ab1c4ee (diff)
downloaddocs-89c858d56a492e3a6f370b74c5d16c8b610e8702.tar.gz
docs-89c858d56a492e3a6f370b74c5d16c8b610e8702.tar.bz2
docs-89c858d56a492e3a6f370b74c5d16c8b610e8702.zip
DD50: EBICS client keyS (plural)
Diffstat (limited to 'design-documents')
-rw-r--r--design-documents/050-libeufin-nexus.rst10
1 files changed, 2 insertions, 8 deletions
diff --git a/design-documents/050-libeufin-nexus.rst b/design-documents/050-libeufin-nexus.rst
index 26a76bfe..66d2c05b 100644
--- a/design-documents/050-libeufin-nexus.rst
+++ b/design-documents/050-libeufin-nexus.rst
@@ -62,7 +62,7 @@ Configuration file
SYSTEM_ID = banksys
ACCOUNT_NUMBER = DE1234567890 # This value must identify with how the bank calls the bank account
BANK_PUBLIC_KEYS_FILE = enc-auth-keys.json
- CLIENT_PRIVATE_KEY_FILE = my-private-key.json
+ CLIENT_PRIVATE_KEYS_FILE = my-private-keys.json
ACCOUNT_META_DATA_FILE = ebics-meta.json
BANK_DIALECT = postfinance # EBICS+ISO20022 style used by the bank.
@@ -101,7 +101,7 @@ JSON with 3 fields:
* bank_authentication_public_key (base32)
* accepted (boolean)
-File contents: CLIENT_PRIVATE_KEY_FILE
+File contents: CLIENT_PRIVATE_KEYS_FILE
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
JSON with:
@@ -171,12 +171,6 @@ The ebics-setup tool performs the following:
--check-full-config, also sanity-check the configuration options of the
other subsystems.
-..
- Not extremely important, but: try to imitate the 'dry run' option offered
- by the exchange, to avoid having a big config-check upfront, and instead
- spread the check along the execution.
-
-
* Checks if the private keys file exists, if not creates new private keys
with flags "not submitted".