Removing certificates

This section describes two methods of removing a certificate:

Deleting a personal certificate from a key repository

Before deleting a personal certificate, you might want to save a copy of it. To copy your personal certificate to a data set before deleting it, follow the procedure in Exporting a personal certificate from a key repository. Then use the following command to delete your personal certificate:

RACDCERT ID(userid2) DELETE(LABEL('label-name'))

where:

Renaming a personal certificate in a key repository

If you do not want a certificate with a specific label to be found, but do not want to delete it, you can rename it temporarily using the following command:

RACDCERT ID(userid2) LABEL('label-name') NEWLABEL('new-label-name')

where:

This can be useful when testing SSL client authentication.