When trying to run an SMP/E Internet Service Retrieval job, the following error occurs:
GIM69198S ** CERTIFICATE cccccc WAS NOT FOUND CONNECTED TO KEYRING
The following commands were done to add the certificate to the keyring:
TSS ADD(acid) DIGICERT(cccccc) DCDSN('data.set.name') LABLCERT('label cert') PKCSPASS(xxxx) TRUST
TSS REP(acid) DIGICERT(cccccc) TRUST
TSS ADD(acid) KEYRING(kkkkkk) LABLRING('keyring label') RINGDATA(acid,cccccc) USAGE(CERTAUTH)
Release : 16.0
Component : Top Secret for z/OS
In the ORDERSERVER statement in the SMP/E Internet Service Retrieval JCL, the certificate= needs to specify the LABLCERT on the certificate, not the DIGICERT name. For example, using the information from the TSS commands in the description:
<ORDERSERVER
url="https://url"
keyring="acid/kkkkkk"
certificate="label cert">
</ORDERSERVER>