Feeling the Vibes with Verifi
dev.to·1d·
Discuss: DEV
Flag this post

Imagine this. You’ve landed yourself a role at BIG CORP and it’s day one. You’re excited to dive in and make that first commit all the way to production. You run npm install and suddenly npm ERR! RequestError: unable to get local issuer certificate appears. No one likes certificate errors, but disabling the checks altogether is not a secure choice. What’s a developer to do?

I’ve created a utility command line tool to help ease this all-too-frequent experience. Verifi is a command-line tool that simplifies certificate configuration across your entire development environment. Instead of configuring certificates separately for npm, pip, git, curl, and dozens of other tools, Verifi does it once, centrally.

While some applications use the…

Similar Posts

Loading similar posts...