keypair

Associates the generated RSA/ECDSA/DSA key pair with a trust point for security protocol exchanges for applications.

Syntax

Associates the generated RSA/ECDSA/DSA key pair with the trust point.

keypair key_label
no keypair

Parameters

key_label
Specifies the name of the key pair to associate with the trust point.

Modes

Trust point configuration mode

Usage Guidelines

Use the no keypair command to remove the key pair association.

Examples

Typical command usage:

device(config)# crypto ca trustpoint t1
device(config-ca-t1)# keypair k1
device(config-ca-t1)# do show running-config crypto
 crypto key label k1 rsa modulus 2048
 crypto ca trustpoint t1
  keypair k1
!
device# show crypto ca trustpoint
trustpoint: t1; key-pair: k1