We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
it seems that since #463
As a temporary solution the environment variable SSL_CERT_DIR is set with the default SSL dir (/etc/ssl/certs) when installing Node >= 18.0.0.
SSL_CERT_DIR
/etc/ssl/certs
18.0.0
BOSH configured custom trusted certificate support is implicitly enabled as the BOSH configured custom trusted certificate ends up in /etc/ssl/certs.
This is great!
It might even be that setting SSL_CERT_DIR is not even needed anymore: nodejs/node#43560
Could the support of BOSH configured custom trusted certificates be documented at https://docs.cloudfoundry.org/buildpacks/node/index.html#bosh_trusted_cert ?
Thank you and best regards, Silvestre
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
it seems that since #463
BOSH configured custom trusted certificate support is implicitly enabled as the BOSH configured custom trusted certificate ends up in
/etc/ssl/certs
.This is great!
It might even be that setting
SSL_CERT_DIR
is not even needed anymore: nodejs/node#43560Could the support of BOSH configured custom trusted certificates be documented at https://docs.cloudfoundry.org/buildpacks/node/index.html#bosh_trusted_cert ?
Thank you and best regards,
Silvestre
The text was updated successfully, but these errors were encountered: