Logo
Certificate Trust
Overview

Certificate Trust

Trust and untrust Vygrant local CA for browser callback flows.

1 min read
TLS Certificates Trust

Why This Exists

Vygrant uses a local HTTPS callback endpoint and generates a local CA/certificate for localhost. Trusting this CA removes browser warnings during OAuth callback.

Trust Commands

Terminal window
vygrant trust
vygrant trust --system
vygrant trust --print

Untrust Commands

Terminal window
vygrant untrust
vygrant untrust --system
vygrant untrust --print

Platform Notes

  • Linux user trust uses certutil with ~/.pki/nssdb.
  • Linux system trust uses update-ca-certificates or update-ca-trust.
  • macOS uses security keychain commands.
  • Windows uses certutil user root store.

CA File

Vygrant ensures a local CA file and installs/removes trust entries via OS tools.