absa-subatomic-legacy / laboratory

OpenShift Templates, Build Configs, S2I images and other shared artifacts
Apache License 2.0
1 stars 2 forks source link

Investigate how to best support providing custom root CA certificates #14

Closed donovanmuller closed 6 years ago

donovanmuller commented 6 years ago

When using the Laboratory images in your own environment, you should have the ability to easily add your own custom root CA certificates to support custom signed certificates in your environment.

Investigate how best to do this.

Once suggestion would be to make use of the ONBUILD Dockerfile build directive. To create a image containing custom root CA certificates you could follow these steps:

Other methods might prove to be better suited...