In response on request #195 , I open this pull request.
The aim is to follow this doc : https://docs.dependencytrack.org/getting-started/internal-ca/
How it works :
The internal certificate is stored in ConfigMap.
At startup, 2 init-containers runs.
One export the default truststore from Dependency-Track's image.
The second sleeps until the exported trustore is available then amends it with the certificate in ConfigMap.
Finally, amended strustore is available via shared volume for the api-server container.
In response on request #195 , I open this pull request. The aim is to follow this doc : https://docs.dependencytrack.org/getting-started/internal-ca/ How it works : The internal certificate is stored in ConfigMap. At startup, 2 init-containers runs. One export the default truststore from Dependency-Track's image. The second sleeps until the exported trustore is available then amends it with the certificate in ConfigMap. Finally, amended strustore is available via shared volume for the api-server container.