Last active
August 29, 2024 15:11
-
-
Save aspen-roller/fcf385492e0c4e4a901628c1bebcf4fc to your computer and use it in GitHub Desktop.
add zscaler cert to Ubuntu #zscaler #ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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