Skip to content
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

Add SSL CA integration support for Firefox Developer Edition #830

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

h3xx
Copy link
Contributor

@h3xx h3xx commented Dec 9, 2022

This makes it easier to add more Firefox flavors to the list.

Also spruce up script:

  • Don't do [[ -d ]], then mkdir -p -- just use mkdir -p (Unfortunately, OSX's install doesn't support -D)
  • Add more messages about what it's doing.

This makes it easier to add more Firefox flavors to the list.

Also spruce up script:
- Don't do [[ -d ]], then mkdir -p -- just use `mkdir -p`
  (Unfortunately, OSX's `install` doesn't support `-D`)
- Add more messages about what it's doing.
@what-the-diff
Copy link

what-the-diff bot commented Dec 9, 2022

  • The script now checks for Firefox and the Developer Edition of Firefox.
  • If either is found, it will install a policies file to enable enterprise root certificates in that browser's profile directory (if one exists).
  • It then installs the CA certificate into Mozilla's system-wide NSS database so all profiles can use it without having to import manually or via policy files.

@h3xx h3xx changed the title Add support for Firefox Developer Edition Add SSL CA support for Firefox Developer Edition Dec 9, 2022
@h3xx h3xx changed the title Add SSL CA support for Firefox Developer Edition Add SSL CA integration support for Firefox Developer Edition Dec 9, 2022
@rangerz
Copy link
Contributor

rangerz commented Dec 9, 2022

Is importing CA into Firefox still working for MacOSX ?

@h3xx
Copy link
Contributor Author

h3xx commented Dec 9, 2022

Yes, I confirmed it's working to install the CA for both browsers, but I'd like someone else's input to test -- "Works on my machine"

The browsers still need to restart like they always have.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants