Name
Manager
[Windows Manager]
Installation_folder\SVROR\Manager\bin\rcxadm certctl - SSL certificate operations
[Linux Manager]
/opt/FJSVrcvmr/bin/rcxadm certctl - SSL certificate operations
Agent
[Windows] [Hyper-V]
Installation_folder\Agent\bin\rcxadm certctl - SSL certificate operations
[Linux] [VMware] [Xen] [KVM]
/opt/FJSVrcxat/bin/rcxadm certctl - SSL certificate operations
[Solaris]
/opt/FJSVrcvat/bin/rcxadm certctl - SSL certificate operations
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
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: |
Deletes the data of the designated SSL certificate.
Initializes the file used to store SSL certificates data.
Option
The following option can be specified for the delete subcommand:
Specify the alias of the SSL certificate to delete in alias.
Requirements
OS Administrator
Admin server, managed server
Examples
To display a list of SSL certificates currently used by the manager
>rcxadm certctl list <RETURN> |
To delete an SSL certificate used by the manager
>rcxadm certctl delete -alias alias <RETURN> |
To initialize the file used by the manager to store SSL certificates data
>rcxadm certctl init <RETURN> |
Exit Status
This command returns the following values:
The command executed successfully.
An error has occurred.