HP Virtual Connect Manager Command Line Interface Version 3.00 User for Integrity BL8x0c i2 Server Blades Guide

Command line 62
Item Description
load ssl-certificate
Transfer an SSL Certificate from a remote FTP server and apply it to the
Virtual Connect Manager web server. After a new SSL certificate is
applied, the web server is reset.
Syntax
load ssl-certificate
Address=<ftp://user:password@ipaddress>
Filename=<name>
Properties
Address (required)
A valid IP address or host name of the FTP server, with username and
password
Filename (required)
The name of the certificate file on the remote FTP server
Example
->load ssl-certificate
Address=ftp://user:password@192.168.10.12
Filename=my-new-ssl.crt
Transfers a new custom SSL Certificate from the remote FTP server
Item Description
show ssl-certificate
Display the Virtual Connect web server SSL certificate information.
Syntax
show ssl-certificate [*]
Examples
->show ssl-certificate
Displays web server SSL Certificate details
->show ssl-certificate *
Displays detailed information of SSL certificate
ssl-csr
Transfer an SSL certificate signing request to a remote FTP server.
Supported actions: help, save
Item Description
save ssl-csr
Generate and transfer an SSL certificate signing request (CSR) to a
remote FTP server.
Syntax
save ssl-csr address=<ftp://user:password@ipaddress>
filename=<name>
Properties
Address (required)
A valid IP address or host name of the FTP server, with username and
password
Filename (required)
The name of the file to which the generated SSL CSR will be stored on
the FTP server. If not specified, the default file name will be "vc-ssl.csr".
Example