crypto pki ta-profile

Syntax

crypto pki ta-profile <TA-NAME>

no crypto pki ta-profile <TA-NAME>

Description

Creates a trust anchor (TA) profile and changes to the config-ta-<TA-NAME> context for the profile. Each TA profile stores the certificate for a trusted CA. Up to 10 profiles can be defined.

If the specified TA profile exists, this command changes to the config-ta-<TA-NAME> context for the profile.

The no form of this command removes the specified TA profile.

NOTE:

When creating a new profile, If you exit the config-ta-<TA-NAME> context without importing the TA certificate, the profile is discarded.

Command context

config

Parameters

<TA-NAME>
Specify the name of the TA profile. Range: 1 to 32 alphanumeric characters (excluding ").

Authority

Administrators

Examples

Creating the TA profile root-cert:

switch(config)# crypto pki ta-profile root-cert
switch(config-ta-root-cert)# 

Removing TA profile root-cert:

switch(config)# no crypto pki ta-profile root-cert