Imports the authentication certificate for security configuration.
Note
As a best practice, do not list the password in the command line for security purposes.Exec mode
The no
form of the command removes the authentication certificate.
When the no
form of the command is used with https type, a new
certificate or key pair is regenerated and used with the ingress controller.
This command is available only to users with the admin role.
The following example imports the certificate key pair using SCP.
device# crypto import type https protocol scp host 10.37.16.211 certificate /root/certMgmt/certificates/ngnpbTestCA_Cert.pem key /root/certMgmt/certificates/ngnpbTestCA.key user root password root123 Installing https certificate will result in a momentary delay and may affect active CLI connections - please be patient.
The following example deletes an HTTPS certificate.
device# no crypto import type https device#