Top
ServerView Resource Orchestrator Cloud Edition V3.1.1 Reference Guide (Command/XML)
ServerView

5.5 rcxadm certctl

Name

Format

rcxadm certctl list
rcxadm certctl delete -alias alias
rcxadm certctl init

Description

rcxadm certctl is the command used to manage the certificates required for SSL communication between a manager and its agents.
For more information regarding this command, refer to "4.2 Cloning Issues Following Manager Re-installation" in "Troubleshooting".

Note

The manager or agent must be stopped in order to use this command.
For information on stopping managers and their agents, refer to "5.14 rcxadm mgrctl" and "5.3 rcxadm agtctl".


Subcommands

list

Displays a list of current SSL certificates. Each certificate stored in the certificates data file is indexed by a unique alias (*). The example below shows how to display aliases using the list subcommand.

Example

Truststore:
--------------

Keystore type: jks
Keystore provider: SUN

The keystore contains 4 entries.

client1 (*), May 10, 2007, trustedCertEntry,
Certificate fingerprints (MD5): 0F:4E:1C:DB:19:AE:3B:82:9D:74:93:6C:46:D8:7C:D2
...

delete

Deletes the data of the designated SSL certificate.

init

Initializes the file used to store SSL certificates data.


Option

The following option can be specified for the delete subcommand:

-alias alias

Specify the alias of the SSL certificate to delete in alias.


Requirements

Permissions

OS Administrator

Location

Admin server, managed server


Examples

Exit Status

This command returns the following values:

0

The command executed successfully.

non-zero

An error has occurred.