How to install dev(localhost) certificate on windows
If you want to run localhost in https protocol, you must need to install the localhost certificate in LocalMachine region. To do the same – execute below command from powershell(admin mode) dotnet dev-certs https –trust verify if the certificate install has happend in the CurrentUser region or LocalMachine(Computer) region If you could something like below…