| createssldhparam |
Use this method to generates a Diffie-Hellman (DH) key. |
Syntax |
Parameters |
dhfile |
Name of and, optionally, path to the DH key file. /nsconfig/ssl/ is the default path. This is mandatory parameter. |
bits |
Size, in bits, of the DH key being generated. Minimum value = 512. Maximum value = 2048. |
gen |
Random number required for generating the DH key. Required as part of the DH key generation algorithm. Default value = 2. |
Return Value |
Returns simpleResult |
See Also |