Command Reference > infasetup Command Reference > ListDomainCiphers
  

ListDomainCiphers

Display one or more of the following cipher suite lists: blacklist, default list, effective list, or whitelist.
Blacklist
List of cipher suites that you want the Informatica domain to block. When you add a cipher suite to the blacklist, the Informatica domain removes the cipher suite from the effective list. You can add cipher suites that are on the default list to the blacklist.
Default list
List of cipher suites that the Informatica domain supports by default.
Whitelist
List of cipher suites that you want the Informatica domain to support in addition to the default list. When you add a cipher suite to the whitelist, the Informatica domain adds the cipher suite to the effective list. You do not need to add cipher suites that are on the default list to the whitelist.
The ListDomainCiphers command uses the following syntax:
[<-list|-l>] ALL|BLACK|DEFAULT|EFFECTIVE|WHITE

[<-domainConfig|-dc> true|false]
Note: You cannot run this command on a worker node.
The following table describes infasetup listDomainCiphers options and arguments:
Option
Argument
Description
-list
-l
ALL
BLACK
DEFAULT
EFFECTIVE
WHITE
Optional. The cipher suite configuration list to display.
The argument ALL displays the blacklist, default list, effective list, and whitelist.
The argument BLACK displays the blacklist.
The argument DEFAULT displays the default list.
The argument EFFECTIVE displays the effective list.
The argument WHITE displays the whitelist.
Note: The arguments are case-sensitive.
When you run the command on a gateway node and omit this option, the command displays all cipher suite configuration lists.
-domainConfig
-dc
true
false
Optional. Display the cipher suite lists for the Informatica domain or for the gateway node where you run the command. By default, the command displays cipher suite lists for the domain.
Set this option to true to display the cipher suite lists for the domain.
Set this option to false to display the cipher suite list for the gateway node where you run the command.
Note: You cannot view whitelists or blacklists on gateway nodes.