gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-deployment] branch master updated: Docuement key-bas


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: Docuement key-based access to GLS.
Date: Thu, 09 May 2019 18:32:54 +0200

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new fd8d2af  Docuement key-based access to GLS.
fd8d2af is described below

commit fd8d2affec3a7ca5a263cf8812696434f26d7b98
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu May 9 18:32:33 2019 +0200

    Docuement key-based access to GLS.
---
 doc/gls.txt | 28 +++++++++++++++++++++++++++-
 1 file changed, 27 insertions(+), 1 deletion(-)

diff --git a/doc/gls.txt b/doc/gls.txt
index c265c6e..8f5135e 100644
--- a/doc/gls.txt
+++ b/doc/gls.txt
@@ -1,7 +1,33 @@
+### ---- key based access.  Extracted from 
https://www.aquamaniac.de/sites/download/download.php?package=09&release=09&file=01&dummy=aqbanking4-handbook-20091231.pdf
+
+# 1 Create local keys _container_ (so no keys are created yet).
+gct-tool create -t ohbci output.medium
+
+# 2 Create user associated with local keys. (From now on, ${UNIQUEID} points 
to this fresh user)
+aqhbci-tool4 adduser -s 'https://hbci.gad.de' -u VRK5889860152647799 -c 
VRK5889860152647799 -N 6726405199003430951 -b 43060967 -t ohbci --context=1 
--rdhtype=0 --hbciversion=300 -n output.medium
+
+# 3 Get keys (sign & crypt) from the bank.  Didn't work.
+aqhbci-tool4 getkeys --user=${UNIQUEID}
+
+# 4 Show local (container) and bank's keys.  No warnings reported, but neither 
keys hashcodes. 
+gct-tool showkey -t ohbci -n output.medium
+
+# 5 Actually create keys now.  Worked.
+aqhbci-tool4 createkeys --user=${USER}
+
+# 6 Send keys to the bank.  Didn't work (I suspect the URL associate with the 
user is not right).
+aqhbci-tool4 sendkeys --user=${USER}
+
+# 7 Last, generate letter.  Worked.
+aqhbci-tool4 iniletter --user=${USER} > ini.txt
+
+# 8 Pen-sign the letter and send via snail mail to the bank.
+
+============== mobile TAN method below; could not get it to work.
+
 # Add a user in the system.  The user has a bank and a customer id, but is 
_not_ active yet (see command below).
 aqhbci-tool4 adduser -s 'https://hbci-pintan.gad.de/cgi-bin/hbciservlet' -u 
VRK588XXX -c VRK588XXX -N 6726405XXX -b 43060967 -t pintan --context=1
 
 # This is the command the "unlocks" the user.  After this command, the user 
should be able to ask for the balance and
 # transactions list, but not to issue payments.
 aqhbci-tool4 getitanmodes --user=U
-

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]