Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: David O'Sullivan <[email protected]>
  • Loading branch information
Daniel Mikusa and pivotal-david-osullivan authored Apr 12, 2022
1 parent c4d946b commit d0147d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The buildpack optionally accepts the following bindings:
| Environment Variable | Description |
| ----------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `$BP_EMBED_CERTS` | Embed all CA certificate bindings present at buildtime into the application image. This removes the need to have any embedded CA certificate bindings present at runtime. Default is false. |
| `$BP_RUNTIME_CERT_BINDING_DISABLED` | Disable the helper that adds certifiates at runtime. This means an provided CA certificates will not be included. Default to false, which means certificates are loaded by default. |
| `$BP_RUNTIME_CERT_BINDING_DISABLED` | Disable the helper that adds certificates at runtime. This means any provided CA certificates will not be included. Default to false, which means certificates are loaded by default. |
| `$BP_ENABLE_RUNTIME_CERT_BINDING` | Deprecated in favour of `$BP_RUNTIME_CERT_BINDING_DISABLED`. Enable/disable the ability to set certificates at runtime via the certificate helper layer. Default is true. |

## License
Expand Down

0 comments on commit d0147d8

Please sign in to comment.