Skip to content

Instantly share code, notes, and snippets.

@rkreich
Last active June 17, 2024 08:26
Show Gist options
  • Select an option

  • Save rkreich/09a1a54cdeb335834eea4e007387357b to your computer and use it in GitHub Desktop.

Select an option

Save rkreich/09a1a54cdeb335834eea4e007387357b to your computer and use it in GitHub Desktop.
Add Zscaller CA to JetBrains IDE on mac
  • Copy certificate from Mac's Keychain Access to Downloads folder
  • For WebStorm:
    • cd /Applications/WebStorm.app/Contents/jbr/Contents/Home/lib/security
  • For GoLand:
    • cd /Applications/GoLand.app/Contents/jbr/Contents/Home/lib/security
  • ../../bin/keytool -keystore cacerts -importcert -alias Zscaler -file ~/Downloads/Zscaler\ Root\ CA.cer
  • Password is changeit
  • Type yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment