Delete certificate in ACF2 that does not have a suffix
search cancel

Delete certificate in ACF2 that does not have a suffix

book

Article ID: 234187

calendar_today

Updated On:

Products

ACF2 - z/OS ACF2 - MISC ACF2

Issue/Introduction

There is a certificate defined in ACF2 with a logonid, but no suffix.  How can the certificate be deleted using only a logonid?  How can the label be specified if a CHKCERT cannot be performed on the cert? The following error is seen when attempting to CHKCERT this certificate: 

CHKCERT TESTUSR
ACF68031 LABEL must be specified with LOGONID

 

Environment

Release : 16.0

Component : ACF2 for z/OS

Resolution

A certificate can be deleted without specifying a LABEL, but take care to make sure the right SET mode is specified. Otherwise, a user lid from the LID database might end up deleted instead if this user were to exist:

ACF
SET P(USER) DIV(CERTDATA)
DEL TESTUSR

To get the LABEL, enter the SET mode for CERTDATA records and then LIST the certificate:

ACF
SET P(USER) DIV(CERTDATA)
LIST TESTUSR