Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.25 KB

framework-container_certificate_trust_store.md

File metadata and controls

26 lines (21 loc) · 1.25 KB

Container Certificate Trust Store Framework

The Container Certificate Trust Store Framework contributes a Java KeyStore containing the certificates trusted by the operating system in the container to the application at rutime.

Detection Criterion Existence of a /etc/ssl/certs/ca-certificates.crt file and enabled set in the config/container_certificate_trust_store.yml file
Tags container-certificate-trust-store=<number-of-certificates>
Tags are printed to standard output by the buildpack detect script

Configuration

For general information on configuring the buildpack, including how to specify configuration values through environment variables, refer to Configuration and Extension.

The framework can be configured by creating or modifying the config/container_certificate_trust_store.yml file in the buildpack fork.

Name Description
enabled Whether to enable the trust store