Open
Description
Context
For customers with on-premise installations using their own CA-signed certificates, such as in lab development environments or smaller organizations that may not have a root CA.
Use case
The customer have a Tanium lab that use their own CA signed certificates.
Current Workaround
Add cert manually into the running container
Proposed Solution
At startup, our container will mount the certificates folder (if provided) and update the CA certificates accordingly.
Additional Information
For inspiration : (to test)
Copy SSL certificates to the container
COPY your_certificate.crt /usr/local/share/ca-certificates/
Update SSL certificates in the container
RUN update-ca-certificates