Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
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.

     -h, --help
	    Print help and exit

     -V, --version
	    Print version and exit

     --strict
	    Fail hard on PSKC parse error  (default=off)

     -d, --debug
	    Show debug messages on stderr  (default=off)

     -q, --quiet
	    Quiet operation  (default=off)

     -v, --verbose
	    Produce more output  (default=off)

     Selecting one of the following modes is required:

	    Mode: info

     -i, --info
	    Parse and print human readable summary of PSKC input (default=off)

	    Mode: validate

     -e, --validate
	    Validate PSKC input against XML Schema  (default=off)

	    Mode: sign

	    Digitally sign PSKC data

     --sign
	    Sign PSKC input  (default=off)

     --sign-key=FILE
	    Private key to sign with

     --sign-crt=FILE
	    X.509 certificate to sign with

	    Mode: verify

	    Verify digitally signed PSKC data

     --verify
	    Verify signed PSKC input  (default=off)

     --verify-crt=FILE
	    Trusted X.509 certificate for verification

EXAMPLES
     See     <https://oath-toolkit.codeberg.page/libpskc-api/pskc-tutorial-pskc-
     tool.html>.

AUTHOR
     Written by Simon Josefsson.

REPORTING BUGS
     Report bugs to: oath-toolkit-help@nongnu.org
     OATH Toolkit home page: <https://oath-toolkit.codeberg.page/>

COPYRIGHT
     Copyright	(C)  2026 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.

OATH Toolkit 2.6.14		  January 2026			     PSKCTOOL(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=pskctool&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help