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

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

Javascript Proxy Object

11 December 2024

Basic introduction to proxies in Javascript/Typescript

Conditionally Protect Properties in Typescript

03 December 2024

Using type-guards to protect access to values

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