IBM Sterling B2B: Queries for Certificates Management

From Wiki
Revision as of 12:50, 27 October 2021 by Ebasso (talk | contribs) (Criou a página com "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 ce...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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


Ver também