Skip to content

Instantly share code, notes, and snippets.

@scottj
Last active September 27, 2021 17:08
Show Gist options
  • Save scottj/829b1e03fa794ca6beb16dfe0155508c to your computer and use it in GitHub Desktop.
Save scottj/829b1e03fa794ca6beb16dfe0155508c to your computer and use it in GitHub Desktop.
curl -sx 127.0.0.1:8080 http://burp/cert \
| openssl x509 -inform DER \
| sudo tee /usr/local/share/certificates/burp.crt \
&& sudo update-ca-certificates
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment