This happened overnight. Yesterday I was able to work on my .NET Core we application. Now every time I try to do a dotnet run
I get the following error in my cmd line:
As you can see, I tried running the suggested commands to create a developer certificate which are dotnet dev-certs https
and then dotnet dev-certs https --trust
. Running both of them, I get
There was an error saving the HTTPS developer certificate to the current user personal certificate store.
Before I ran those commands, I read on this page that I had two competing localhost certifications in my Keychain. So I go in the keychain to delete one of them to no avail. I then delete the other thinking that I can recreate it somehow. Hence me running the commands above.
I then found out that I get the same "There was an error saving the HTTPS..." error for most variations of the command dotnet dev-certs https [options]
options (options can be found running dotnet dev-certs https -h
Anyone know why I might be getting this error? How can I get more info as to why it's not able to save to the "certificate store"? It seems like I'm being denied access to some kind of folder.