InfoCenter Home > 5.5.6.1.1: The KeyGenTool toolThis command creates a pair of RSA keys (private and public) and places them in a file. Syntax: java com.ibm.cfwk.tools.KeyGenTool --forge U_keyalg U_keyfile Arguments:
Examples:java com.ibm.cfwk.tools.KeyGenTool --forge "RSA/512/F4" D:\projects\websphere\keyrings\WebAS.TestServer.key Generating key. Might take a while... The example above creates keys for the server called TestServer and places them in a file called WebAS.TestServer.key. java com.ibm.cfwk.tools.KeyGenTool --forge "RSA/512/F4" D:\projects\websphere\keyrings\WebAS.TestCA.key Generating key. Might take a while... The example above creates keys for a local, non-production CA called TestCA and places them in a file called WebAS.TestCA.key.
|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|