web-cert-self-signed-create
You can perform TLS certificate management for the NetVisor OS 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 |
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
Version 2.4.1 |
Command introduced. |
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