2.9.17 list-supported-cipher-suites
Lists the cipher suites that are supported and made available to a specific Java EE Server target. This option is used only by administrators.
Synopsis
asadmin [asadmin-options] list-supported-cipher-suites [--help] [--target target]
Storage location
Application Server installation directory/javaee/glassfish/bin
Function
The list-supported-cipher-suites subcommand of asadmin enables administrators to list the cipher suites that are supported and made available to a specified Java EE Server target. This subcommand is supported in remote mode only.
The cipher suites that may be available in addition to the default SSL/TLS providers that are bundled with Java EE Server packages will vary depending on the third-party provider.
Precondition
Domain Administration Server (DAS) is running.
Arguments
- --help | -?
-
Displays the help text for the subcommand.
- --target target
-
Specifies the target where you want to list the cipher suites.
Type: String
The following values can be specified:
-
server
Lists the cipher suites for the default server instance. This is the default value.
-
configuration_name
Lists the cipher suites for the specified configuration.
-
cluster_name
Lists the cipher suites for all the server instances in the specified cluster.
-
instance_name
Lists the cipher suites for a specified server instance.
Default value: server
-
Examples
The following example shows how to list cipher suites for the default domain.
asadmin list-supported-cipher-suites
Exit Status
Exit Status |
Explanation |
---|---|
0 |
subcommand executed successfully. |
1 |
error in executing the subcommand. |