Created
January 14, 2022 00:13
-
-
Save theuntitled/930101338f72b92742010816d1992d5e to your computer and use it in GitHub Desktop.
Generate a https certificate with dotnet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dotnet dev-certs https -ep "dev-cert.pfx" -p "d@nK3w1lhELm" | |
dotnet dev-certs https --trust |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment