Skip to content

Instantly share code, notes, and snippets.

@SanariSan
Created January 16, 2022 19:23
Show Gist options
  • Save SanariSan/b0e3b08a42acad8bb5e60ab3d8ab3254 to your computer and use it in GitHub Desktop.
Save SanariSan/b0e3b08a42acad8bb5e60ab3d8ab3254 to your computer and use it in GitHub Desktop.
Charles notes
# Installing cert on ubuntu:
# Save .pem file from chares, convert it to .crt with
openssl x509 -in cert.pem -inform PEM -out cert.crt
# Move to /usr/local/share/ca-certificates/extra
sudo mv cert.crt /usr/local/share/ca-certificates/extra
# Run
sudo update-ca-certificates
#
# Import .pem to Firefox or anywhere
#
# To install on phone follow in app guide
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment