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
but couldn't find documentation on how pass in these parameters.
On our own docker-containers we copy the certificate into the container (COPY ./<our-certificate>.cer /usr/local/share/ca-certificates/extra/ and then specify it on the npm install with:
RUN npm install --cafile /usr/local/share/ca-certificates/extra/<our-certificate>.cer
How do we do this in fn?
thx for any hint, Stefan
The text was updated successfully, but these errors were encountered:
We're trying to build the simple node-example
fn init --runtime node mynodefn
, on the build-step:downloading the packages from node chokes on our proxy with:
How to pass in the ssl-strict=false and our local certificate (the proxy also does SSL-rewriting)?
I tried several variations of
but couldn't find documentation on how pass in these parameters.
On our own docker-containers we copy the certificate into the container (
COPY ./<our-certificate>.cer /usr/local/share/ca-certificates/extra/
and then specify it on the npm install with:How do we do this in fn?
thx for any hint, Stefan
The text was updated successfully, but these errors were encountered: