172
Cisco Nexus 5500 Series NX-OS Layer 2 Interfaces Command Reference
OL-27880-02
Chapter I Commands
install certificate
install certificate
To install a certificate that is used to connect to a vCenter Server, use the
install certificate
command.
To remove a certificate, use the
no
form of this command.
install certificate
{
bootflash:
[//
server
/] |
default
}
no install certificate
Syntax Description
Command Default
None
Command Modes
SVS connection configuration mode
Command History
Usage Guidelines
This command does not require a license.
Examples
This example shows how to install a certificate to the boot flash memory:
switch#
configure terminal
switch(config)#
svs connection SVSConn
switch(config-svs-conn)#
install certificate bootflash:///
switch(config-svs-conn)#
This example shows how to remove a certificate:
switch#
configure terminal
switch(config)#
svs connection SVSConn
switch(config-svs-conn)#
no install certificate
switch(config-svs-conn)#
Related Commands
bootflash:
[//
server
/]
Specifies the source or destination URL for boot flash memory to install the
certificate. The
server
argument value is
module-1
,
sup-1
,
sup-active
, or
sup-local
.
default
Specifies the default path.
Release
Modification
5.2(1)N1(1)
This command was introduced.
Command
Description
show svs connections
Displays SVS connection information.
svs connection
Enables an SVS connection.