taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit bf9fbd4a5d0421019dd0453475d96f1d5cab9a18
parent 991232458a33150b2171bc2f72723009c5401bda
Author: MS <ms@taler.net>
Date:   Tue, 17 Oct 2023 20:48:52 +0200

notes after ebics-setup implementation

Diffstat:
Mdesign-documents/050-libeufin-nexus.rst | 12+++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/design-documents/050-libeufin-nexus.rst b/design-documents/050-libeufin-nexus.rst @@ -297,4 +297,14 @@ From private discussion: bouncing goes inside nexus-fetch as it saves one database event, makes the HTTPd simpler, and lets the bouncing happen even when no HTTPd runs. -- - +Implementation suggested that --force-keys-resubmission affects both keys. +-- +Sign-up PDF is ever only generated if both keys have the "submitted" state. +-- +What is 'override option for re-submission of private keys?'. +--force-keys-submission already re-submits the keys but it does not +override them. If the user wants new keys, they can easily remove +the keys file on disk. That makes the CLI shorter. +-- +If bank does not give HTD (information about one EBICS subscriber's bank +account), then the bank account metadata file gets what *the config* suggests.