How to recover an accidentally deleted Digital Certificate.
search cancel

How to recover an accidentally deleted Digital Certificate.

book

Article ID: 4002

calendar_today

Updated On:

Products

Cleanup Datacom DATACOM - AD CIS COMMON SERVICES FOR Z/OS 90S SERVICES DATABASE MANAGEMENT SOLUTIONS FOR DB2 FOR Z/OS COMMON PRODUCT SERVICES COMPONENT Common Services CA ECOMETER SERVER COMPONENT FOC Easytrieve Report Generator for Common Services INFOCAI MAINTENANCE IPC UNICENTER JCLCHECK COMMON COMPONENT Mainframe VM Product Manager CHORUS SOFTWARE MANAGER CA ON DEMAND PORTAL CA Service Desk Manager - Unified Self Service PAM CLIENT FOR LINUX ON MAINFRAME MAINFRAME CONNECTOR FOR LINUX ON MAINFRAME GRAPHICAL MANAGEMENT INTERFACE WEB ADMINISTRATOR FOR TOP SECRET Xpertware Top Secret Top Secret - LDAP Top Secret - VSE

Issue/Introduction

A client has accidentally deleted the wrong certificate and needs to reinstate it if possible.

Environment

Release: TOPSEC00200-15-Top Secret-Security
Component:

Resolution

A client has accidentally deleted the wrong certificate and needs to reinstate it if possible.

Solution:

The Delete of a certificate is actually a remove command.

If you remove the certificate from the owning acid, such as:

TSS REMOVE(owning acid) DIGICERT(certificate)

The certificate will no longer exist in Top Secret.

The certificate will still reside in the dataset because that is outside of Top Secret. In order to completely delete a certificate you would have to delete the dataset where the certificate resides.

You can add the certificate back to the owning acid:

TSS ADD(owning acid) DIGICERT(digicert) DCDSN('dataset where digicert resides')

You will then have to add the certificate back to any keyrings it previously was on:

TSS ADD(acid) KEYRING(keyring) RINGDATA(owner of cert,digicert) USAGE(personal) DEFAULT

 

Additional Information