Home > Configuration > SSL > createsslfipskey

createsslfipskey

Use this method to generates a FIPS key within the Hardware Security Module (HSM) of the FIPS card.

Syntax



Parameters

fipskeyname

Name for the FIPS key. Must begin with an ASCII alphanumeric or underscore (_) character, and must contain only ASCII alphanumeric, underscore, hash (#), period (.), space, colon (:), at (@), equals (=), and hyphen (-) characters. Cannot be changed after the FIPS key is created. The following requirement applies only to the Citrix ADC CLI: If the name includes one or more spaces, enclose the name in double or single quotation marks (for example, "my fipskey" or 'my fipskey').
This is mandatory parameter.

keytype

Only RSA key and ECDSA Key are supported.
This is mandatory parameter.
Default value = FIPS_RSA.

exponent

Exponent value for the FIPS key to be created. Available values function as follows: 3=3 (hexadecimal) F4=10001 (hexadecimal)
Default value = 3.

modulus

Modulus, in multiples of 64, of the FIPS key to be created.
Maximum value = 4096.

curve

Only p_256 (prime256v1) and P_384 (secp384r1) are supported.
Default value = PRIME256V1.

Return Value

Returns simpleResult

See Also