Nodes that you manage with HTTPS agents require certificates. Certificates enable nodes to communicate securely with the management server and other nodes. Unless you install the certificates manually, a node requests the certificates from the management server. Before you can start to manage the node, you need to grant this certificate request.
You can view a table of the certificate requests that the management server has received, and manually grant or deny requests that are pending. Alternatively, you can grant or deny a pending certificate request from the command prompt.
Use ovowcsa -listpending
to get a list of pending
certificate requests. To obtain the list in a different format, add
the -format
option and any combination of the
following letters:
Grant or deny a certificate request by specifying the request ID or host name with one of the following commands:
ovowcsa -grant <request ID | host
name>
- The management server send certificates to
the node.ovowcsa -deny <request ID | host
name>
- The management server informs the node that
its certificate request is denied.ovowcsa -discard <request ID | host
name>
- The management server deletes the certificate
request without informing the node.