Using mkcert for ASP.NET Core Development

added by DotNetKicks
10/29/2019 1:44:51 PM

870 Views

While playing around with IdentityServer4 and mTLS client authentication, I was recommended mkcert for generating trusted development certificates. I found this tool to be super simple to use and it saved me from having to use OpenSSL or the PowerShell replacement for MakeCert ( New-SelfSignedCertificate).


0 comments