-
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
Root authority certificate renewal #22
Comments
I just ran into this issue too. I thought I could just delete the certs and the I seem to remember that the old version of devcert that installed to |
On Windows check out this post to delete the devcert from the |
To me this issue is resolved by #24. There is no strategy about root certificate expiring after 7000 days but that's less important than when they expired after 1 month :) |
Bumps [systeminformation](https://github.com/sebhildebrandt/systeminformation) from 4.21.2 to 5.6.2. - [Release notes](https://github.com/sebhildebrandt/systeminformation/releases) - [Changelog](https://github.com/sebhildebrandt/systeminformation/blob/master/CHANGELOG.md) - [Commits](https://github.com/sebhildebrandt/systeminformation/commits) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Hey there. The root certificate that devcert has generated and installed appears to have a lifetime of one month as seen in the image above. Am I missing something, or shouldn't there be a process for automatic renewal of the root certificate?
I'm on MacOS High Sierra and solved it by removing
private-key.key
andcertificate.cert
inside~/Library/Application Support/devcert/certificate-authority
, then removing all domains from theindex.txt
inside the same folder as well as all domains within~/Library/Application Support/devcert/domains
to force devcert into generating and signing new certificates.The text was updated successfully, but these errors were encountered: