BorisWilhelms / create-dotnet-devcert

A simple script that creates and trusts a self-signed development certificate for dotnet on Linux distributions.
https://blog.wille-zone.de/post/aspnetcore-devcert-for-ubuntu
MIT License
329 stars 71 forks source link

Add Fedora support. #8

Closed mbebej closed 2 years ago

mbebej commented 2 years ago

Added Fedora script with proper cert locations. This has been tested and worked for Chromium based browsers installed via RPM or flatpak.

This does not work for Firefox however due to the error: MOZILLA_PKIX_ERROR_CA_CERT_USED_AS_END_ENTITY. This appears to be an issue with the cert being generated with basicConstraints = CA:true as found here

BorisWilhelms commented 2 years ago

LGTM. Thank you for the pull request!