1 Description
This instruction describes how to delete a trust category, which is a group of trusted certificates.
A trusted certificate can belong to multiple trust categories.
2 Procedure
2.1 Delete Trust Category
Prerequisites
- No documents are required.
- No tools are required.
- The following conditions must apply:
- The user has the System Security Administrator role.
- All Managed Object (MO) references to the TrustCategory MO to be deleted are deleted.
- An Ericsson Command-Line Interface (ECLI) session in Exec mode is in progress.
Steps
- Navigate to the CertM MO, for example:
>dn ManagedElement=NODE06ST,SystemFunctions=1,SecM=1,CertM=1
- List the trust categories:
(CertM=1)>show
The following is an example output:
CertM=1 [...] TrustCategory=aurora TrustCategory=polaris [...]
- Enter Config mode:
(CertM=1)>configure
- Delete the TrustCategory MO,
for example:
(config-CertM=1)>no TrustCategory=polaris
The attributes belonging to the targeted trust category are deleted.
- Commit the change:
(config-CertM=1)>commit
- Verify that the TrustCategory MO
has been deleted:
(CertM=1)>show
The following is an example output:
CertM=1 [...] TrustCategory=aurora [...]

Contents