[PR #225] [MERGED] add firefox nightly and developer edition binary paths #423

Closed
opened 2026-02-25 22:33:27 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/FiloSottile/mkcert/pull/225
Author: @sentriz
Created: 11/29/2019
Status: Merged
Merged: 11/29/2019
Merged by: @FiloSottile

Base: masterHead: patch-1


📝 Commits (1)

  • 44bf034 add firefox nightly and developer edition binary paths

📊 Changes

1 file changed (+4 additions, -1 deletions)

View changed files

📝 truststore_nss.go (+4 -1)

📄 Description

on my system I have only Firefox Nightly installed, so /usr/bin/firefox doesn't exist and so hasNSS was false and CA wasn't installed.

on my arch based system, the binary was at /usr/bin/firefox-nightly
https://aur.archlinux.org/packages/firefox-nightly/

it could also be at /usr/bin/firefox-developer-edition
see "package contents"
https://www.archlinux.org/packages/community/x86_64/firefox-developer-edition/


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/FiloSottile/mkcert/pull/225 **Author:** [@sentriz](https://github.com/sentriz) **Created:** 11/29/2019 **Status:** ✅ Merged **Merged:** 11/29/2019 **Merged by:** [@FiloSottile](https://github.com/FiloSottile) **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`44bf034`](https://github.com/FiloSottile/mkcert/commit/44bf034835ce33ce71975130d278784c6bc5573c) add firefox nightly and developer edition binary paths ### 📊 Changes **1 file changed** (+4 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `truststore_nss.go` (+4 -1) </details> ### 📄 Description on my system I have only Firefox Nightly installed, so `/usr/bin/firefox` doesn't exist and so `hasNSS` was false and CA wasn't installed. on my arch based system, the binary was at `/usr/bin/firefox-nightly` https://aur.archlinux.org/packages/firefox-nightly/ it could also be at `/usr/bin/firefox-developer-edition` see "package contents" https://www.archlinux.org/packages/community/x86_64/firefox-developer-edition/ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 22:33:27 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/mkcert#423
No description provided.