666 B
666 B
.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.