The digital certificate is defined wrong to the keyring.
USAGE(CERTAUTH) is specified for the certificate. It should be USAGE(PERSONAL) since its not a root certificate but a client certificate.
Examples commands to make the correction:
1. Remove the certificate from the keyring:
TSS REM(USERA) KEYRING(USRRING) RINGDATA(CERTSITE,CERTA)
2, Add the certificate back with the correct USAGE:
TSS ADD(USERA) KEYRING(USRRING) RINGDATA(CERTSITE,CERTA) USAGE(PERSONAL)
7/5/24 - This KD was flagged for having broken links but there are no links in it at all. Reviewed the KD and it doesn't require any changes. Submitted for publishing. Removed component. Joe