This section explains the deletion of the SSL communication environment.
Clearing the Settings for SSL Communication
Using the Interstage Management Console, delete the SSL definition.
Start the Interstage Management Console.
Start the Web browser.
Specify the Interstage Management Console URL.
http://[host name of the Admin Server]:[port number for the Interstage Management Console]/IsAdmin/ |
Note that the default port number is "12000".
Login to the Interstage Management Console.
Delete the SSL definition.
Select System >> Security >> SSL to display the list of SSL definitions. Select the desired SSL definition, then click the Delete button.
Deleting Certificates used in SSL Communication
Delete the site certificate used in SSL communication, and the private key or CA certificate for that site certificate, from the Interstage certificate environment.
Note
Do not perform this procedure if operating Systemwalker Software Configuration Manager while linked to ServerView Resource Orchestrator, or if using SSL communication for which the environment has already been developed.
When the site certificate is deleted, the private key for that site certificate will also be deleted. Once a private key has been deleted, it cannot be registered again as a site certificate. Also, when a CA certificate is deleted, CA certificates and site certificates issued by that CA cannot be used. For this reason, take care when deleting certificates.
It will not cause any problems if expired certificates that cannot be used any more are not deleted.
Deletion procedure
The command execution examples shown below use the following settings values:
Site certificate nickname:SERVERCERT
[Windows]
C:\> scsdelete -n SERVERCERT Password: SCS: INFO: scs0103: The certificate was deleted.
[Linux]
# scsdelete -n SERVERCERT Password: SCS: INFO: scs0103: The certificate was deleted.