CLI – Managing server certificates
During the installation, a self-signed Secure Sockets Layer (SSL) certificate is generated to create a secure communication channel for servers and clients. If you already have a trusted certificate that you want to use, you can replace the self-signed certificate with an existing trusted certificate or generate a new certificate.
A self-signed certificate file, vp.crt, and a certificate key file, vp.key, are stored in the following directory:
/opt/ibm/ibm_spectrum_control/settings/ssl_cert.

To avoid such warning messages, use the import option of the sc_ssl command to upload a server certificate which is signed by a public certificate authority (CA), such as VeriSign, or by a CA whose root certificate was imported to your web browser. In addition, you can use the other options of the sc_ssl command to generate or to trust an SSL certificate.
Note:
|
| Argument | Use after sc_ssl to: |
|---|---|
| generate -c <common_name> -n <host_name> -i <ip_address> -e <expiration_period> | Enter the hostname, common name, IP address of the Spectrum Control Base
server and certificate validity period (in days). For
example:
|
| trust -c <certificate_path> | Select an SSL certificate to be trusted, by
providing a path to its location. For example:
|
| import -c <certificate_path> -k <key_path> | Import a SSL certificate and a key file, by
providing paths to their locations. For example:
|
| -h | Display help information that is relevant to sc_ssl. You can also display help for the generate, trust, or import argument if it is typed on the command line as well. |