-
Notifications
You must be signed in to change notification settings - Fork 76
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
No certificate file created on mac os. #27
Comments
shivekkhurana
changed the title
Error at
No certificate file created on mac os.
Sep 9, 2018
Retrieving devcert's certificate authority credentials
: No such file or directory
Just wanted to say thanks for this high value project. |
alias-mac
pushed a commit
to alias-mac/devcert
that referenced
this issue
Feb 8, 2024
This PR introduces a few environment variables that can be used to prevent devcert from engaging in activities that are hostile to kubernetes-based dev environments (meaning: developing from within a k8 container) - `DEVCERT_CUSTOM_CA_ROOT_FOLDERS` - a comma-separated list of folders in which a user-signed trust root (to be trusted) should be present - `DEVCERT_SKIP_POST_CA_REMOVAL_COMMANDS` - abstain from typical efforts to remove user-trusted root CAs from trust roots, as part of the "untrust" operation - `DEVCERT_SKIP_POST_CA_PLACEMENT_COMMANDS` - abstain from typical efforts to copy a user-trusted root CA into trust roots, as part of the conventional use of the "trust" operation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @davewasmer,
Thanks for building this amazing project.
I'm trying to generate a certificate for
check.local
. I do so using the following script :The script runs but doesn't complete. Here is the screenshot of the log:
Any ideas about what am I doing wrong here ?
I'm running this on Mac OS. Node v8.1.1.
Thanks
The text was updated successfully, but these errors were encountered: