IBM Sterling B2B: Queries for Certificates Management
For CA Certs it checks the NORM_ISSUER_RDN and NORM_SUBJ_RDN fields of the CA_CERT_INFO table.
For trusted certs, same fields, but table is TRUSTED_CERT_INFO
For system certs, same fields, but table is CERTS_AND_PRI_KEY
Queries
select * from CA_CERT_INFO
select * from TRUSTED_CERT_INFO
select * from CERTS_AND_PRI_KEY