DotnetGenDevcerts/README.md
2026-02-10 14:32:02 +01:00

12 lines
666 B
Markdown

# .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](https://github.com/BorisWilhelms/create-dotnet-devcert/tree/main),
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](https://wiki.archlinux.org/title/User: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`.