Actions
Task #2706
closedRework Java truststore generation
Start date:
03/04/2021
Due date:
% Done:
100%
Estimated time:
Owner:
Description
Java truststore is generated during the start of the container.
It sort-of reconciles cacerts directory mounted from the host with contents of truststore, if it exists.
This behavior causes lot of problems - certificates have to have filenames with lowercase letters only, when we change certificate and keep the filename same, the certificate is not imported...
This mechanism has to go.
It is way better to drop truststore and create it completely anew on each container start. The same way the bcv-connector-server container does this.
Actions