Home > Configuration > SSL > importssldhfile

importssldhfile

Use this method to imports a DH file to the Citrix ADC, assigns it a name, and stores it in the /nsconfig/ssl/dhfile folder. The folder is created if it does not exist.

Syntax



Parameters

name

Name to assign to the imported DH file. 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. 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 file" or 'my file').
This is mandatory parameter.

src

URL specifying the protocol, host, and path, including file name, to the DH file to be imported. For example, http://www.example.com/dh_file. NOTE: The import fails if the object to be imported is on an HTTPS server that requires client certificate authentication for access, and the issuer certificate of the HTTPS server is not present in the specific path on NetScaler to authenticate the HTTPS server.
This is mandatory parameter.

Return Value

Returns simpleResult

See Also