ssl-dhFile¶
The following operations can be performed on "ssl-dhFile":
import ssl dhFile¶
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.
Synopsis¶
import ssl dhFile <name> <src>
Arguments¶
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').
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 file is on an HTTPS server that requires client certificate authentication for access.
Example¶
import ssl dhfile my-dhfile http://www.example.com/dh_file
rm ssl dhFile¶
Deletes the specified DH file.
Synopsis¶
rm ssl dhFile <name>
Arguments¶
name
Name of the DH file to delete.
Example¶
rm ssl dhfile my-dhfile
show ssl dhFile¶
Displays a list of all the imported DH file objects on the Citrix ADC.
Synopsis¶
show ssl dhFile
Arguments¶
Output¶
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').
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 file is on an HTTPS server that requires client certificate authentication for access.
devno
count
stateflag
Example¶
show ssl dhfile