Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gct-tool(1) [debian man page]

GCT-TOOL(1)															       GCT-TOOL(1)

NAME
gct-tool - Command line tool for manipulation of Gwenhywfar CryptTokens. SYNOPSIS
gct-tool [global options] <command> [command options] DESCRIPTION
The gct-tool command can be used for manipulation of Gwenhywfar CryptTokens. AqBanking uses such Gwenhywfar CryptTokens to handle the various authentication mechanisms (like chipcards or key files) in a unified fashion. OPTIONS
-C PARAM, --cfgfile=PARAM Specify the configuration file --forcepin force pin entry even if the error counter is not zero -h, --help Show this help screen COMMANDS
create This command creates a crypt token showuser Display user data stored on the token showkey Display key info stored on the token update Update Crypt Token to newer version (e.g. OpenHBCI keyfiles) setsignseq Set the signature sequence counter of a Gwenhywfar CryptToken. changepin Change the PIN of a Gwenhywfar CryptToken. For help on options available to specific commands, run gct-tool <COMMAND> --help. BUGS
Probably lots, please post them to the mailing list (see Resources below) when you find them. COPYING
Copyright (C) Martin PreuB. Free use of this software is granted under the terms of the Lesser GNU Public License (LGPL). The manpage was composed by Micha Lenk and converted by the nifty tool AsciiDoc into a manpage. AUTHOR
Micha Lenk <micha@lenk.info> Author. 05/10/2012 GCT-TOOL(1)

Check Out this Related Man Page

XMLMERGE(1)															       XMLMERGE(1)

NAME
xmlmerge - Command line tool for merging XML snippets from multiple files SYNOPSIS
xmlmerge [options] <input file(s)> DESCRIPTION
The xmlmerge command collects XML snippets scattered to multiple files and merges them into one big XML tree. This tool is used by the build process of AqBanking to merge HBCI segment definitions from several files into one big XML file. OPTIONS
--compact Try to keep the merged XML data compact. --header Add a XML header to the merged XML data. --help, -h Output a short usage hint. --logfile LOGFILE Write log messages to the file LOGFILE. You need to select the logging type "logfile" for this option having any impact. See also option "--logtype" for more information. --loglevel LOGLEVEL Select the desired log level. Valid values are emergency, alert, critical, error, warning, notice, info, debug and verbous. --logtype LOGTYPE Select the desired logging type. Valid values are console, file and syslog. -o OUTFILE Write the resulting XML tree to the file OUTFILE. If this option is omitted the result is written to the standard output. -v enable verbose output. --version -V: Output the version of the xmlmerge tool. BUGS
There are now known bugs at the time of writing this manual page. COPYING
Copyright (C) Martin PreuB. Free use of this software is granted under the terms of the Lesser GNU Public License (LGPL). The manpage was composed by Micha Lenk and converted by the nifty tool AsciiDoc into a manpage. AUTHOR
Micha Lenk <micha@lenk.info> Author. 05/10/2012 XMLMERGE(1)
Man Page