cert-import
This command is used to import CA certificate files from a Simple File Transfer Protocol (SFTP) directory
Syntax cert-import
name name-string |
Specify a certificate name. |
file-ca file-ca-string |
Specify the name of CA certificate file. |
file-server file-server-string |
Specify the file server name. |
container zone name |
Specify a certificate zone name. |
file-inter file-inter-string |
Specify the name of intermediate CA certificate file. |
Defaults None
Access CLI
History Command introduced in Version 2.5.4.
Usage You can create one common certificate for all Netvisor services or create multiple named certificates. Each service can use a different certificate identified by name or container name or zone.The Certificate facility keeps track of certificate use by using various applications. It notifies the applications when a certificate is updated and it also prevents a certificate from deletion if an application is using it.
Examples To import a CA certificate named cert3 from file server server.pem, use the following command:
CLI network-admin@switch > cert-import name cert3 file-ca ca.pem file-server server.pem
Successfully imported certificates.