Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
Description
Java broker can publish the list of details about certificates that are hold in the broker trust store via rest API.
Broker has 4 types of trust store:
- FileTrustStore
- NonJavaTrustStore
- ManagedPeerCertificateTrustStore
- SiteSpecificTrustStore
FileTrustStore is based on the Java KeyStore, but the certificate alias is not published in the certificate details. But the certificate alias is very useful for managing the underlying Java KeyStore. The task is to enhance the FileTrustStore and include the alias from underlying KeyStore in certificate details. The alias should be accessible via Rest API and the broker GUI.