I'm playing around with aspnetcore in Linux Mint (an Ubuntu derivative), and I've run into issues with the dotnet dev-cert. The dotnet cli's "dotnet dev-certs https --trust" command doesn't work on Linux.
So I'm trying to figure out how to install and trust a self-signed cert.
Browsing around, I found this:
Adding a self-signed certificate to the "trusted list"
But that's eight years old.
Is it still current?