![]() |
![]()
| ![]() |
![]()
NAMEpsktool - GnuTLS PSK tool SYNOPSISpsktool [-flags] [-flag [value]] [--option-name[[=| ]value]] All arguments must be options. DESCRIPTIONProgram that generates random keys for use with TLS-PSK. The keys are stored in hexadecimal format in a key file. OPTIONS
EXAMPLESTo add a user 'psk_identity' in keys.psk for use with
GnuTLS run:
$ ./psktool -u psk_identity -p keys.psk Generating a random key for user 'psk_identity' Key stored to keys.psk $ cat keys.psk psk_identity:88f3824b3e5659f52d00e959bacab954b6540344 $ This command will create keys.psk if it does not exist and will add user 'psk_identity'. EXIT STATUSOne of the following exit values will be returned:
SEE ALSOgnutls-cli-debug (1), gnutls-serv (1), srptool (1), certtool (1) AUTHORSCOPYRIGHTCopyright (C) 2020-2023 Free Software Foundation, and others all rights reserved. This program is released under the terms of the GNU General Public License, version 3 or later BUGSPlease send bug reports to: bugs@gnutls.org
|