Mmm, software
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>"
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment