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

ipv6 devcert #13

Open senketsu03 opened 1 year ago

senketsu03 commented 1 year ago

I:m using arch linux script to create certificates. While it does work, when I connect to my server using ipv4, when I try to connect using ipv6 dotnet fails to find appropriate certificate. Is it possible to add such certificate creation in script?