create-dotnet-devcert
create-dotnet-devcert copied to clipboard
Save pfx file
PFX file is needed in dotnet Kestrel. It can be given through an environment variable that tells Kestrel the path to the PFX file. ASPNETCORE_Kestrel__Certificates__Default__Path is the variable name. That can be added to .bashrc or similar.