Nabeel N Valley
Engineer • Developer • Photographer
  • Blog
  • Docs
  • Projects
  • Talks
  • Photography
  • Newsletter
  • Archive
  • Me

Trust .NET Core Dev Certificates

07 October 2020

Updated: 03 September 2023

When developing .NET Core web applications with HTTPS, to simplifiy your experience and avoid browser warnings you can trust the .NET Core dev certs on your local device with the followning commands:

Terminal window
1
dotnet dev-certs https --clean
2
dotnet dev-certs https --trust

Recent Posts

Patching packages with PNPM

03 July 2025

Using PNPM's patching commands to modify installed dependencies

Typescript debugging without an IDE

18 June 2025

Debug Node.js code using your browser's dev tools

Scan based regex composition

27 March 2025

A simplified approach to complex text replacements

Getting Started with the Language Server Protocol

26 March 2025

Building a Basic Language Server with JavaScript

Typescript Workers in NodeJS

12 February 2025

Basic Setup for using workers in NodeJS with Typescript

Web Workers and Vite

06 January 2025

An overview of using Web Workers with Vite

  • Linkedin
  • GitHub
  • Twitter
  • Instagram
  • Substack
  • RSS