Change Trust Category

Contents


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

Steps

  1. Navigate to the TrustCategory MO, for example:

    >dn ManagedElement=NODE06ST,SystemFunctions=1,SecM=1,CertM=1,TrustCategory=aurora

  2. 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"
  3. Enter Config mode:

    (TrustCategory=aurora)>configure

  4. Delete the unwanted TrustedCertificate MO reference, for example:

    (config-TrustCategory=aurora)>no trustedCertificates="ManagedElement=NODE06ST,SystemFunctions=1,SecM=1,CertM=1,TrustedCertificate=2"

  5. Commit the change:

    (config-TrustCategory=aurora)>commit

  6. 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"