-
-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Certs trust support in my-resources + auto trust Burp CA #123
Conversation
The merge will make easier to read the diff. |
Used &> instead of 1>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small changes to be done.
Also I was wondering, wouldn't make more sense to have a "certificates" folder in the firefox my-resources directory where the user should place the .DER certs to trust?
I think it would be more logical, and Burp's my-resources directory would only include changes to Burp.
Agreed, if the user want to add custom CA, a dedicated directory might be helpful. |
Yes we discussed it with @ShutdownRepo and the idea is now to have Firefox/certs folder which will contain all certs the user wants to trust (including Burp CA) and my-resources/burp will contain only things about burp (maybe user's extensions, and so on). |
Any news on this @Skileau ? Thank you :) |
Done :) |
As discussed on Exegol's Discord, we will update this implementation to trust all of the users' CA in Firefox with my-resources and not only Burp CA. |
@Skileau converting PR to draft while changes are to be conducted |
Any news on your end @Skileau ? |
I did not have time to work on it in last months. I should be able to update it soon. |
We now need two things
|
Docs PR ready at ThePorgs/Exegol-docs#32 |
Description
It is now possible to add a Burp CA in my-resources/burp for it to be trusted in Firefox.
For example, the CA of BurpSuitePro from the host (which will be then able to intercept requests from Firefox in Exegol).
Note : There are duplicates commits from PR #120 because they were required to have Burp CA trust working.