Description
In the user guide there is a section that describes how to generate certs and import with the keytool. This section also includes an example of how to create an alias:
bin/knoxcli.sh create-alias gateway-identity-passphrase
It should be updated with the '--value' option
The 'man' definition for this farther down in the document and under 'Alias Creation' states these are optional arguments but one of the two is required.
The formatting of the HTML makes the hyphen look singular when it should be
double. I'm viewing this on Windows 7/Chrome/IE with no changes to fonts. The resulting exception shows the correct double hyphen:
java.lang.IllegalArgumentException: No value has been set. Consider setting --generate or --value.
Attachments
Issue Links
- relates to
-
KNOX-519 Prompt user to provide password, rather providing as an argument to knoxcli cmd
- Closed