Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

aqhbci-tool4(1) [debian man page]

AQHBCI-TOOL4(1) 														   AQHBCI-TOOL4(1)

NAME
aqhbci-tool4 - Command line tools for setup, modification and debugging of HBCI settings. SYNOPSIS
aqhbci-tool4 [global options] <command> [command options] DESCRIPTION
The aqhbci-tool4(1) command can be used to setup and manage AqBanking's HBCI users, customers and accounts. OPTIONS
Two common options need to be distinguished carefully from each other: "-c CUSTOMER_ID" refers to the German "Kunden-ID" or "Kundennummer". "-u USER_ID" refers to the German "Benutzerkennung". If your bank has specified both to you, you need to check carefully not to confuse one with the other. -C PARAM, --cfgfile=PARAM Specify the configuration file -P PARAM, --pinfile=PARAM Specify the PIN file -n, --noninteractive Select non-interactive mode. This automatically returns a confirmative answer to any non-critical message. -A, --acceptvalidcerts Automatically accept all valid TLS certificate --charset=PARAM Specify the output character set -h, --help Show this help screen. For help on commands, run aqhbci-tool <COMMAND> --help. COMMANDS
mkpinlist This command creates an empty PIN file adduser Adds a user (-> setup HBCI for a bank) deluser Deletes a user. getkeys Requests the server's key getcert Requests the server's SSL certificate createkeys Create user keys. sendkeys Send the user keys to the bank. getaccounts Requests account list for a user getsysid Requests a system id for the given user getitanmodes Requests supported iTAN modes for the given user listusers List the users listaccounts List the accounts changepin Change the PIN of a key file iniletter Print the INI letter for a given user addaccount Manually add account delaccount Deletes account setMaxTransfers Set the maximum number of transfers/debit notes per job setTanMediumId Set the medium id for some PIN/TAN methods (like mTAN) For help on options available to specific commands, run aqhbci-tool4 <COMMAND> --help. FILES
$HOME/.aqbanking/ All files in this directory are part of the AqBanking configuration. Even though mostly all files are in a simple plaintext syntax, you MUST NOT change anything in here without using the tools or libraries provided by AqBanking, except you know exactly what you are doing. Those files may be subject to changes in future AqBanking releases. BUGS
Probably lots, please post them to the mailing list (see Resources below) when you find them. RESOURCES
The README file[1] contains the README which describes some setup scenarios in detail. On the AqBanking mailing lists[2] you can give kudos to the developers or get answered your questions. COPYING
Copyright (C) Martin PreuB. Free use of this software is granted under the terms of the GNU General Public License (GPL). The manpage was composed by Micha Lenk and converted by the nifty tool AsciiDoc into a manpage. AUTHOR
Micha Lenk <micha@lenk.info> Author. NOTES
1. The README file file:///usr/share/doc/aqbanking-tools/README.aqhbci-tool.gz 2. AqBanking mailing lists http://lists.aqbanking.de/cgi-bin/mailman/listinfo/aqbanking-user 12/09/2012 AQHBCI-TOOL4(1)

Check Out this Related Man Page

WESTCOS-TOOL(1) 						   OpenSC tools 						   WESTCOS-TOOL(1)

NAME
westcos-tool - utility for manipulating data structures on westcos smart cards SYNOPSIS
westcos-tool [OPTIONS] DESCRIPTION
The westcos-tool utility is used to manipulate the westcos data structures on 2 Ko smart cards. Users can create PINs, keys and certificates stored on the token. User PIN authentication is performed for those operations that require it. OPTIONS
--reader, r num Use the given reader. The default is the first reader with a card. --wait, -w Wait for a card to be inserted --generate-key, -g Generate a private key on smart card. The smart card must be not finalized and a PIN must be installed (ie. file for PIN must be created, see option -i). By default key length is 1536 bits. User authentication is required for this operation. --overwrite-key, -o Overwrite the key if there is already a key on card. --key-length length, -l length Change the length of private key, use with -g. --install-pin, -i Install PIN file in token, you must provide PIN value with -x. --pin-value value, -x value set value of PIN. --puk-value value, -y value set value of PUK (or value of new PIN for change PIN command see -n). --change-pin, -n Changes a PIN stored on the token. User authentication is required for this operation. --unblock-pin, -u Unblocks a PIN stored on the token. Knowledge of the PIN Unblock Key (PUK) is required for this operation. --certificate file, -t file Write certificate file in PEM format to the card. User authentication is required for this operation. --finalize, -f Finalize the card. Once finalized the default key is invalidated so PIN and PUK can't be changed anymore without user authentication. Warning, un-finalized are insecure because PIN can be changed without user authentication (knowledge of default key is enough). --read-file path, -j path Get the file path the file is written on disk with path name. User authentication is required for this operation. --write-file path, -k path Put the file with name path from disk to card the file is written in path. User authentication is required for this operation. --help, -h Print help message on screen. -v Causes westcos-tool to be more verbose. Specify this flag several times to enable debug output in the OpenSC library. AUTHORS
westcos-tool was written by Francois Leblanc francois.leblanc@cev-sa.com. opensc 06/03/2012 WESTCOS-TOOL(1)
Man Page