glite-ssss-join-key

glite-ssss-join-key — Re-constructs a key from parts produced by glite-ssss-split-key.

Synopsis

glite-ssss-join-key [ -h ] [ -q ] [ -V ] KEY_PART...

DESCRIPTION

glite-ssss-join-key is a command-line tool to re-constuct a key from parts produced by glite-ssss-split-key.

OPTIONS

-h

Print a short help message on parameters and usage, and exit.

-q

Quiet operation.

-V

Print the version number and exit.

KEY_PART

A key part as hexadecimal number, or 'NULL' if the part is not available. The key parts have to be specified in the same order and number as they were produced, marking missing ones with 'NULL'.

ENVIRONMENT VARIABLES

GLITE_SSSS_LOG_LEVEL

Specifies the level of the log messages printed: DEBUG, INFO, WARN or ERROR (default, if not defined).

GLITE_SSSS_LOG_FILE

Specifies the file, where messages are printed. Defaults to stdout, if not defined.

SEE ALSO

glite-ssss-join-key(1)

EXAMPLES

glite-ssss-join-key c86a47f4 7eaf3970 34f42aec eb2a1c68 a16f0de4
glite-ssss-join-key c86a47f4 NULL 34f42aec NULL a16f0de4