Common Content for Data Engineering
- Common Content for Data Engineering 10.5.3
- All Products
[<-preview|-p> true|false] [<-cipherWhiteList|-cwl> ciphersuite1,ciphersuite2,...] [<-cipherWhiteListFile|-cwlf> whitelist_file_name] [<-cipherBlackList|-cbl> ciphersuite1,ciphersuite2,...] [<-cipherBlackListFile|-cblf> blacklist_file_name]
Option
| Argument
| Description
|
---|---|---|
-preview
-p
| true
false
| Optional. If true, the command displays the effective list of cipher suites that the domain will use.
If false, the command updates the cipher suites for the Informatica domain to use the effective list of cipher suites. The default is false.
|
-cipherWhiteList
-cwl
| CipherSuiteName01,CiphersuiteName02, ...
| Optional. Comma-separated list of cipher suites that you want to add to the effective list. Use the full IANA TLS Cipher Suite Registry name or a regular Java expression.
This list overwrites the previous whitelist.
The list must contain at least one valid JRE or OpenSSL cipher suite.
|
-cipherWhiteListFile
-cwlf
| whitelist_file_location
| Optional. Absolute file path and filename of a plain-text file that contains a comma-separated list of cipher suites that you want to add to the effective list.
This list overwrites the previous whitelist.
Use the full IANA TLS Cipher Suite Registry name or a regular Java expression.
The list must contain at least one valid JRE or OpenSSL cipher suite.
|
-cipherBlackList
-cbl
| CipherSuiteName01,CiphersuiteName02, ...
| Optional. Comma-separated list of cipher suites that you want to remove from the effective list. Use the full IANA TLS Cipher Suite Registry name or a regular Java expression.
This list overwrites the previous blacklist.
The effective list must contain at least one valid JRE or OpenSSL cipher suite.
|
-cipherBlackListFile
-cblf
| blacklist_file_location
| Optional. Absolute file path and filename of a plain-text file that contains a comma-separated list of cipher suites that you want to remove from the effective list. Use the full IANA TLS Cipher Suite Registry name or a regular Java expression.
This list overwrites the previous.
The effective list must contain at least one valid JRE or OpenSSL cipher suite.
|