Mmm, software
Showing posts with label
npm
.
Show all posts
Showing posts with label
npm
.
Show all posts
Wednesday, January 03, 2018
Using NodeJS with a corporate firewall that uses certificate interception
See this post on
Stack Overflow
. The gist of it:
1. Export your company's corporate Root CA certificate to a Base64 encoded .cer file
2. Run this command to instruct npm to use the certificate file in its communications:
npm config set cafile = "<path to your certificate file>"
Older Posts
Home
View mobile version
Subscribe to:
Posts (Atom)