-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
ERROR: no Firefox and/or Chrome/Chromium security databases found #120
Comments
Do you know where the database is? I assume on centos it's not at |
Hey. Thanks for your help |
@Artarex would you be able to pull down this Pull Request and try? Branch: https://github.com/adamdecaf/mkcert/tree/more-nss-locations |
Thanks for the fast response. Would it be possible to create a pre build binary for me? |
@FiloSottile Do you object to me uploading a binary?
|
I compiled the source on windows and moved the new compiled mkcert file to my bin folder and replaced the old one. So thats my console output: Edit: I still had the old files in /root/.local/share/mkcert [root@wph5ak0 ~]# mkcert -install The "The local CA is now installed in the Firefox trust store (requires restart)! 🦊" Is still missing. |
Do you know if the Firefox binary is installed somewhere other than |
I had to start Firefox/Chrome and load an HTTPS page before the NSS database was written. |
test your path to mkcert : mkcert -CAROOT Hope that helps |
in my case it was because i run the command as "sudo", so what i did i uninstall it and then reinstall it without "sudo"
|
Thanks @adamdecaf! This did it for me. |
This worked for me too, Thanks! |
Hey. I installed mkcert via rpm -Uvh harbottle-main-release*rpm
yum install mkcert
On my centos 7.
When i try to use "mkcert -install" it gives me the following error
"Using the local CA at "/root/.local/share/mkcert" ✨
ERROR: no Firefox and/or Chrome/Chromium security databases found
"
Any idea how to fix this?
The text was updated successfully, but these errors were encountered: