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

Support camel-case name variant of Firefox Dev Edition #280

Merged
merged 1 commit into from
Oct 25, 2020

Conversation

mikelkew
Copy link
Contributor

@mikelkew mikelkew commented Jul 23, 2020

The latest versions of Firefox Developer Edition on macOS seem to use upper camel case naming for the app. This ensures that the CA will be added to the Firefox trust store if using recent versions of FF Dev Edition.

Latest version of Firefox Developer Edition on macOS seem to use
upper camel case naming for the app. This ensures that the CA will
be added to the Firefox trust store if using recent versions of
FF Dev Edition.
@tonytonyjan
Copy link

Had the same problem. A workaround is to make a soft link:

$ mkcert --version
v1.4.1
$ ln -s /Applications/FirefoxDeveloperEdition.app '/Applications/Firefox Developer Edition.app'
$ mkcert -install
Using the local CA at "/Users/tonytonyjan/Library/Application Support/mkcert" ✨
The local CA is already installed in the system trust store! 👍
The local CA is now installed in the Firefox trust store (requires browser restart)! 🦊

@FiloSottile FiloSottile merged commit 8e71a28 into FiloSottile:master Oct 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants