Thanks for the prompt reply. Though i am not much aware of the ‘certificate thing’, but i have created a service using some services from WmRoot Package, here are the details:
INVOKE wm.server.security.keystore:listTrustStoreAliases
LOOP over ‘/trustStoreAliasNames’
INVOKE pub.security.keystore:getTrustedCertificates
LOOP over ‘/certificates’
INVOKE wm.server.security.certificate:getCertificateInfo
and then append the data to a document list.
But here we have one problem, we want to only check for the certificates listed in:
Security > Certificates > Configure Client Certificates
where as the service is giving me all the certificate aliases from trust store:
Can be seen here : Security > Keystore > View Truststore Alias
Please suggest.
#Integration-Server-and-ESB#Flow-and-Java-services#webMethods