1 Introduction
This document describes how to cancel an ongoing offline node credential enrollment that is in RUNNING state.
1.1 Prerequisites
This section describes the prerequisites, which must be fulfilled before using the procedure.
1.1.1 Conditions
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.
2 Procedure
To cancel an ongoing offline node credential enrollment:
- Navigate to 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