Created
September 13, 2025 21:51
-
-
Save gene1wood/c6962b74f596307e43498a6b0475eb67 to your computer and use it in GitHub Desktop.
Entrust nFast generatekey --help
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/opt/nfast/bin/generatekey --help | |
generatekey, nshield (13.6.8-209-a5bd90a8) | |
Usage: generatekey [OPTIONS] APP [NAME=VALUE...] | |
Options: | |
Help options: | |
-h, --help Display help for `generatekey'. | |
-V, --version Display the version number of `generatekey'. | |
-u, --usage Display a brief usage summary for `generatekey'. | |
-H, --help-parameters List all user-facing parameters. | |
Modes of operation: | |
-g, --generate Generate a key (default). | |
-i, --import Import a key. | |
-r, --retarget Retarget a key. | |
-a, --list-apps List all recognised APPNAMEs. | |
-t, --list-key-types List all available keytypes for a given APPNAME. | |
-l, --list-params List all available parameters for a given APPNAME. | |
Module and cardset selection: | |
-m, --module=MODULE Select module to use. | |
-s, --slot=SLOT Select slot to use. | |
-c, --cardset=NAME Select cardset to protect key. | |
Key protection options: | |
--verify Verify security of key (default). | |
-N, --no-verify Do NOT verify security of key. | |
--force-see Offer SEE options even with non-SEE modules. | |
Other settings: | |
-b, --batch Run in non-interactive mode. | |
-I, --interactive Run in interactive mode (default). | |
-n, --check Check settings, but don't actually do anything. | |
-q, --quiet Run in quiet mode. | |
-v, --verbose Be verbose (default). | |
Generate, import or retarget a key. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment