-
Notifications
You must be signed in to change notification settings - Fork 14
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
CA not installed for Firefox on MacOS Big Sur #15
Comments
In case you want to investigate, we look for firefox profiles in: truststore/truststore_darwin.go Line 19 in 68f087e
And then by default we use Lines 83 to 105 in 68f087e
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem
Using command:
This works for the system trust store, but not for Firefox (or curl but I think that's a separate issue). There is no error message and exit code is 0.
When run with
--firefox --no-system
it still gives theCertificate xyz has been installed
success message even though the cert is not actually added to the firefox trust store.May try to dig into the code and investigate if I have time this week.
Versions
Smallstep CLI v0.22.0 (installed with
brew install step
)Pretty fresh Big Sur 11.7.1 installation, already logged into Firefox before running the step command.
Firefox v106.0.5
The text was updated successfully, but these errors were encountered: