Scroll to navigation

PSKCTOOL(1) User Commands PSKCTOOL(1)

NAME

pskctool - Portable Symmetric Key Container (PSKC) tool

SYNOPSIS

pskctool [OPTION]... [FILE]...

DESCRIPTION

Manipulate Portable Symmetric Key Container (PSKC) data.

This tool allows you to parse, print, validate, sign and verify PSKC data. The input is provided in FILE or on standard input.

Print help and exit
Print version and exit
Fail hard on PSKC parse error (default=off)
Show debug messages on stderr (default=off)
Quiet operation (default=off)
Produce more output (default=off)

Selecting one of the following modes is required:

Mode: info
Parse and print human readable summary of PSKC input (default=off)
Mode: validate
Validate PSKC input against XML Schema (default=off)
Mode: sign
Digitally sign PSKC data
Sign PSKC input (default=off)
Private key to sign with
X.509 certificate to sign with
Mode: verify
Verify digitally signed PSKC data
Verify signed PSKC input (default=off)
Trusted X.509 certificate for verification

EXAMPLES

See <https://www.nongnu.org/oath-toolkit/libpskc-api/pskc-tutorial-pskctool.html>.

AUTHOR

Written by Simon Josefsson.

REPORTING BUGS

Report bugs to: oath-toolkit-help@nongnu.org pskctool home page: <https://www.nongnu.org/oath-toolkit/>
General help using GNU software: <https://www.gnu.org/gethelp/>

COPYRIGHT

Copyright © 2024 Simon Josefsson. License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.

January 2024 OATH Toolkit 2.6.11