You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using Burp Suite Pro v2023.10.1.2 on an ubuntu 22 VM, when attempting to load the extention I get the following error:
What directory are these files created in? I looked in certificate.go but couldn't find it. If I know the target directory I can just chown it and that should fix this issue.
The text was updated successfully, but these errors were encountered:
It's stored in the current working directory of burp. On my system this translates to the home directory (~) and thus the path of the file is ~/caKey.der.
We should probably improve this though and write to a more sensible location like ~/.config on Linux. Fortunately, go has a cross-platform function to determine the ideal config files directory: os.UserConfigDir(). Feel free to create a PR for this improvement!
Using Burp Suite Pro v2023.10.1.2 on an ubuntu 22 VM, when attempting to load the extention I get the following error:
What directory are these files created in? I looked in certificate.go but couldn't find it. If I know the target directory I can just chown it and that should fix this issue.
The text was updated successfully, but these errors were encountered: