Skip to content

Add the possibility to import CA Certificate #2901

Open
@guillaumejparis

Description

@guillaumejparis

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureuse for describing a new feature to developneeds triageuse to identify issue needing triage from Filigran Product team

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions