Open atrauzzi opened 2 weeks ago
I had the same error on Ubuntu. It turned out that I had to install libnss3-tools
which provides the certutil
command. The trace from above gives no indication of this. But running dotnet dev-certs https --clean --verbose
does.
Encountering this when running on Fedora:
I still end up with this though:
Not sure if the error is a false negative?