You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 7, 2025. It is now read-only.
and follow the instructions fn the [init hooks documentation]({{< ref "init-hooks" >}}) for configuring LocalStack to use the hook directory as a `boot` hook.
98
101
@@ -107,20 +110,26 @@ On linux the custom certificate should be added to your `ca-certificates` bundle
107
110
# update-ca-certificates
108
111
{{< / command >}}
109
112
110
-
Then run LocalStack with the environment variables `REQUESTS_CA_BUNDLE`and `CURL_CA_BUNDLE`:
113
+
Then run LocalStack with the environment variables `REQUESTS_CA_BUNDLE`, `CURL_CA_BUNDLE`, and `NODE_EXTRA_CA_CERTS``:
On macOS the custom certificate should be added to your keychain. See [this Apple support article](https://support.apple.com/en-gb/guide/keychain-access/kyca2431/mac) for more information.
119
125
120
-
Then run LocalStack with the environment variables `REQUESTS_CA_BUNDLE`and `CURL_CA_BUNDLE`:
126
+
Then run LocalStack with the environment variables `REQUESTS_CA_BUNDLE`, `CURL_CA_BUNDLE`, and `NODE_EXTRA_CA_CERTS``:
0 commit comments