This repository has been archived by the owner on Apr 4, 2022. It is now read-only.
Allow Import of Certificates Into Truststore on Container Startup #68
Labels
operation
For things related to Build, CI or dependencies
We need to be able to import 3rd party certificates into the Java trust store on container startup. This is necessary since we are using certificates during deployment that are issued by DFN. Their intermediate and root CA certificates have to be within the trust store which they are not by default. Otherwise we cannot use our certificates since the trust chain is incomplete.
Proposed Solution:
keytool
The text was updated successfully, but these errors were encountered: