Delete Trust Category

Contents


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

Steps

  1. Navigate to the CertM MO, for example:

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

  2. List the trust categories:

    (CertM=1)>show

    The following is an example output:

    CertM=1
    [...]
       TrustCategory=aurora
       TrustCategory=polaris
    [...]
  3. Enter Config mode:

    (CertM=1)>configure

  4. Delete the TrustCategory MO, for example:

    (config-CertM=1)>no TrustCategory=polaris

    The attributes belonging to the targeted trust category are deleted.

  5. Commit the change:

    (config-CertM=1)>commit

  6. Verify that the TrustCategory MO has been deleted:

    (CertM=1)>show

    The following is an example output:

    CertM=1
    [...]
       TrustCategory=aurora
    [...]


Copyright

© Ericsson AB 2014, 2016, 2017. All rights reserved. No part of this document may be reproduced in any form without the written permission of the copyright owner.

Disclaimer

The contents of this document are subject to revision without notice due to continued progress in methodology, design and manufacturing. Ericsson shall have no liability for any error or damage of any kind resulting from the use of this document.

Trademark List
All trademarks mentioned herein are the property of their respective owners. These are shown in the document Trademark Information.

    Delete Trust Category