Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 322 Bytes

burp-ca-cert-import.md

File metadata and controls

25 lines (15 loc) · 322 Bytes

Import burp cert on terminal

Doing so will help us use burp proxy in other tools

openssl x509 -in cacert.der -inform DER -out cacert.crt
sudo cp cacert.crt /usr/local/share/ca-certificates/
sudo update-ca-certificates

or

 sudo update-ca-certificates --fresh