1 Description
This instruction describes how to change a trust category.
A trusted certificate can belong to multiple trust categories. TrustedCertificate Managed Object (MO) references can be deleted from a TrustCategory MO if more than one TrustedCertificate MO reference exists.
2 Procedure
2.1 Change Trust Category
Prerequisites
- No documents are required.
- No tools are required.
- The following conditions must apply:
- The user has the System Security Administrator role.
- A TrustCategory MO exists.
- The TrustCategory MO includes at least two TrustedCertificate references.
- An Ericsson Command-Line Interface (ECLI) session in Exec mode is in progress.
Steps
- Navigate to the TrustCategory MO,
for example:
>dn ManagedElement=NODE06ST,SystemFunctions=1,SecM=1,CertM=1,TrustCategory=aurora
- List the trusted certificates:
(TrustCategory=aurora)>show
The following is an example output:
TrustCategory=aurora trustedCertificates "ManagedElement=NODE06ST,SystemFunctions=1,⇒ SecM=1,CertM=1,TrustedCertificate=1" "ManagedElement=NODE06ST,SystemFunctions=1,⇒ SecM=1,CertM=1,TrustedCertificate=2" - Enter Config mode:
(TrustCategory=aurora)>configure
- Delete the unwanted TrustedCertificate MO reference, for example:
(config-TrustCategory=aurora)>no trustedCertificates="ManagedElement=NODE06ST,SystemFunctions=1,SecM=1,CertM=1,TrustedCertificate=2"
- Commit the change:
(config-TrustCategory=aurora)>commit
- Verify the change:
(TrustCategory=aurora)>show
The following is an example output:
TrustCategory=aurora trustedCertificates "ManagedElement=NODE06ST,SystemFunctions=1,⇒ SecM=1,CertM=1,TrustedCertificate=1"

Contents