blob: 6bc809b6b713fbb99e6a4acf7be67cdb8ee45272 [file] [log] [blame]
delete-ssl(1) asadmin Utility Subcommands delete-ssl(1)
NAME
delete-ssl - deletes the SSL element in the selected HTTP listener,
IIOP listener, or IIOP service
SYNOPSIS
delete-ssl [--help]
[--target target]
--type listener_or_service_type
listener_id
DESCRIPTION
The delete-ssl subcommand deletes the SSL element in the selected HTTP
listener, IIOP listener, or IIOP service.
The listener_id is not required if the --type is iiop-service.
This subcommand is supported in remote mode only.
OPTIONS
If an option has a short option name, then the short option precedes
the long option name. Short options have one dash whereas long options
have two dashes.
--help, -?
Displays the help text for the subcommand.
--target
Specifies the target on which you are configuring the ssl element.
The following values are valid:
server
Specifies the server in which the iiop-service or HTTP/IIOP
listener is to be unconfigured for SSL.
config
Specifies the configuration that contains the HTTP/IIOP
listener or iiop-service for which SSL is to be unconfigured.
cluster
Specifies the cluster in which the HTTP/IIOP listener or
iiop-service is to be unconfigured for SSL. All the server
instances in the cluster will get SSL unconfigured for the
respective listener or iiop-service.
instance
Specifies the instance in which the HTTP/IIOP listener or
iiop-service is to be unconfigured for SSL.
--type
The type of service or listener for which the SSL is deleted. The
type must be one of the following types:
* http-listener
* iiop-listener
* iiop-service
OPERANDS
listener_id
The ID of the listener from which the SSL element is to be deleted.
The listener_id operand is not required if the --type is
iiop-service.
EXAMPLES
Example 1, Deleting an SSL element from an HTTP listener
The following example shows how to delete an SSL element from an
HTTP listener named http-listener-1.
asadmin> delete-ssl
--type http-listener http-listener-1
Command delete-ssl executed successfully.
EXIT STATUS
0
command executed successfully
1
error in executing the command
SEE ALSO
create-ssl(1)
asadmin(1M)
Java EE 8 22 Dec 2010 delete-ssl(1)