Simple script to generate/trust ASP.NET developer certificates
Find a file
2026-02-10 14:32:02 +01:00
dotnet-gen-devcerts.sh Initial commit 2026-02-10 14:32:02 +01:00
LICENSE Initial commit 2026-02-10 14:32:02 +01:00
README.md Initial commit 2026-02-10 14:32:02 +01:00

.NET Gen-Devcerts

This is a simple bash script for (re)generating ASP.NET local developer certificates, And installing/trusting them on the system and user level.

It was inspired by create-dotnet-devcert, but fixes a few issues I had and also puts all code into one file, automatically running the correct platform-specific code, etc.

I used info from Grawity/Adding a trusted CA certificate as a reference for implementing the platform-specific code.

You can get more info by running the script with --help.