Skip to content

Instantly share code, notes, and snippets.

@aspen-roller
Last active August 29, 2024 15:11
Show Gist options
  • Save aspen-roller/fcf385492e0c4e4a901628c1bebcf4fc to your computer and use it in GitHub Desktop.
Save aspen-roller/fcf385492e0c4e4a901628c1bebcf4fc to your computer and use it in GitHub Desktop.
add zscaler cert to Ubuntu #zscaler #ubuntu
#!/bin/bash
# certificate must have .crt extension
sudo cp zscaler.pem /usr/local/share/ca-certificates/zscaler.crt
sudo update-ca-certificates
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment