1 Description
This instruction describes how to cancel an ongoing offline node credential enrollment that is in RUNNING state.
2 Procedure
2.1 Cancel Offline Enrollment
Prerequisites
- This instruction references the following document:
- No tools are required.
- The following conditions must apply:
- The user has the System Security Administrator role.
- Operation startOfflineCsrEnrollment has been started successfully (value true was returned), refer to Install or Renew Node Credential by CSR.
- An Ericsson Command-Line Interface (ECLI) session in Exec mode is in progress.
Steps
- Navigate to the CertM Managed Object (MO), for example:
>dn ManagedElement=NODE06ST,SystemFunctions=1,SecM=1,CertM=1
- Select the NodeCredential MO,
for example:
(CertM=1)>NodeCredential=2
- Cancel the enrollment:
(NodeCredential=2)>cancelEnrollment
- Verify the result:
(NodeCredential=2)>show enrollmentProgress
[...] result=FAILURE resultInfo="the enrollment started by ⇒ startOfflineCsrEnrollment canceled" state=CANCELLED [...]
The enrollment cancellation automatically deletes the CSR file from the managed element.

Contents