Delete Enrollment Authority

Contents


1   Description

This instruction describes how to delete an EnrollmentAuthority Managed Object (MO) from the CertM MO.

2   Procedure

2.1   Delete Enrollment Authority

Prerequisites

Steps

  1. Navigate to the EnrollmentAuthority to be deleted, for example:

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

  2. Show the node credential it is associated to:

    (EnrollmentAuthority=1)>show reservedBy

    The following is an example output:

    ManagedElement=1,SystemFunctions=1,SecM=1,
    CertM=1,NodeCredential=1
  3. Navigate to the NodeCredential Managed Object (MO) referred by attribute reservedBy, for example:

    (EnrollmentAuthority=1)>dn ManagedElement=NODE06ST,SystemFunctions=1,SecM=1,CertM=1,NodeCredential=1

  4. Enter Config mode:

    (NodeCredential=1)>configure

  5. Remove all references from the NodeCredential MOs to the EnrollmentAuthority MO to be deleted, for example:

    (Config-NodeCredential=1)>no enrollmentAuthority

  6. Commit the change:

    (Config-NodeCredential=1)>commit

  7. Navigate to the CertM Managed Object (MO), for example:

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

  8. Enter Config mode:

    (CertM=1)>configure

  9. Delete the EnrollmentAuthority MO, for example:

    (config-CertM=1)>no EnrollmentAuthority=1

  10. Commit the change:

    (config-CertM=1)>commit

  11. Verify the deletion by checking the EnrollmentAuthority MO instances:

    (CertM=1)>show

    The following is an example output:

    CertM=1
    [...]
       EnrollmentAuthority=2
    [...]
       EnrollmentAuthority=3
    [...]


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 Enrollment Authority