web-cert-self-signed-create
You can perform TLS certificate management for the Netvisor Web service. For HTTPS communication between a REST API client and the Web application server running on the switch, you must configure a server certificate and deploy it on the Web application server.
Syntax web-cert-self-signed-create country country-string state state-string city city-string organization organization-string common-name common-name-string
country country-string |
Specify the country for the certificate. |
state state-string |
Specify the state for the certificate |
city city-string |
Specify the city for the certificate |
organization organization-string |
Specify the organization for the certificate |
common-name common-name-string |
Specify the common name for the certificate. The common name must match the host for authentication. |
Defaults None
Access Network admin
History Command introduced in Version 2.4.1.
Usage Use this command to create self-signed certificate requests.
Examples To create a self-signed certificate, use the following syntax:
CLI network-admin@switch > web-cert-self-signed-create country us state ca city palo alto organization engineering common-name web-server