mirror of
https://github.com/FiloSottile/mkcert.git
synced 2026-04-25 13:36:02 +03:00
[GH-ISSUE #114] How to delete Local CA #62
Labels
No labels
TLS stack issue
Windows
bug
duplicate
duplicate
enhancement
help wanted
help wanted
pull-request
question
question
root store
waiting for info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mkcert#62
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sumitanvekar on GitHub (Jan 10, 2019).
Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/114
While running mkcert -install, i provided a password which I can't remember. Is there a way to delete local CA and create it again?
@adamdecaf commented on GitHub (Jan 10, 2019):
Yep!
You could then remove the certs at
/Users/adam/Library/Application Support/mkcertif you wanted.Edit:
mkcert -CAROOTwill output the directory where the CA is stored.@sumitanvekar commented on GitHub (Jan 10, 2019):
Sorry if I didn't make myself clear. I forgot the password which I entered when running $ mkcert -install
So, I can't run uninstall as well.
Is it ok if I uninstall mkcert itself and then delete certs in the directory? Will that clean up Local CA?
@sumitanvekar commented on GitHub (Jan 10, 2019):
Closed it by mistake :(
@adamdecaf commented on GitHub (Jan 10, 2019):
You'll probably want to manually remove them from each truststore, but yea that should work.
@sumitanvekar commented on GitHub (Jan 12, 2019):
I uninstalled mkcert itself and then deleted "/Users/adam/Library/Application Support/mkcert". That seemed to work.
Thanks!