 |
|
|
NAME
| delete-ssl - deletes the
ssl element from the HTTP listener or IIOP listener |
SYNOPSIS
| delete-ssl --user admin_user [ --password admin_password ] [ --host localhost ] [ --port 4848 ] [ --passwordfile filename ] [ --secure|-s ] --type [ http-listener|iiop-listener|iiop-service ] [ --instance instance_name ] [ listener_id ] |
|
Deletes the ssl element from the HTTP listener or IIOP listener.
|
|
- --user
- administrative
user associated for the instance.
- --password
- administrative
password corresponding to the administrative user.
- --host
- host name
of the machine hosting the administrative instance.
- --port
- administrative
port number associated with the administrative host.
- --secure
- indicates
communication with the administrative instance in secured mode.
- --passwordfile
- file containing passwords appropriate for the command (e.g., administrative
instance).
- --instance
- name
of the instance.
- --type
- type of
service or listener that the SSL is created for. The type can be: http-listener,
iiop-listener, and iiop-service.
|
|
-
listener_ID
- the ID of the listener or service that the SSL is created for.
|
| Example 1. Using delete-ssl
|
|
asadmin> delete-ssl --user admin --password adminadmin --host fuyako
--port 7070 --type http-listener --instance server1 http-listener-1
Deleted SSL in HTTP Listener
|
Where: SSL is deleted for http-listener-1.
|
|
|
- 0
- command executed successfully
- 1
- error in executing the command
|
Company Info
|
Contact
|
Copyright 2003 Sun Microsystems, Inc. All rights reserved.
Use is subject to license terms.
|