How to get the list of default trusted anchors
search cancel

How to get the list of default trusted anchors

book

Article ID: 131791

calendar_today

Updated On:

Products

CA API Gateway

Issue/Introduction

Once pkix.useDefaultTrustAnchors is set as true, the gateway will trust the well-known public certificate authorities. The list of trusted anchors (certificates) in the Java keystore are not maintained by the gateway.

Environment

All supported versions of the API Gateway

Resolution

Here is the command to list all the trusted anchors for a gateway 10.0 install, (save to /home/ssgconfig/calist file)
/opt/SecureSpan/JDK/bin/keytool -list -v -keystore /opt/SecureSpan/JDK/jre/lib/security/cacerts >/home/ssgconfig/calist

For a gateway 10.1 install use the following command"

/opt/SecureSpan/JDK/bin/keytool -list -v -keystore /opt/SecureSpan/JDK/lib/security/cacerts >/home/ssgconfig/calist

password:changeit


Certificates not signed by the issuers in the list will need to be manually imported into the gateway to be trusted.