Imports the Identity Certificate for security configuration.
Note
As a best practice, do not list the password in the command line for security purposes. The user will be prompted for the password.Privileged EXEC mode
Use the no form of the command to remove the Identity Certificate.
The OAuth2 PKI certificate validates the signature in the OAuth2 token.
This example imports a RADIUS certificate over SCP.
device# crypto import radiusca t1 certificate protocol SCP host 10.10.10.10 user fvt directory /users/crypto file cacert.pem password ****This example imports an SSH-x509v3 certificate over SCP.
device# crypto import ssh-x509v3ca protocol SCP host 10.10.10.10 directory /root/certs file cacert.pem user root password ****This example imports an Oauth2 PKI certificate over SCP.
device# crypto import oauth2pkicert directory <path-to-pki-file> file oauthcert.pem host 10.10.10.10 protocol SCP user <remote-user> password ****This example deletes an Oauth2 PKI certificate.
device# no crypto import oauth2pkicert