Skip to content

Instantly share code, notes, and snippets.

@theuntitled
Created January 14, 2022 00:13
Show Gist options
  • Save theuntitled/930101338f72b92742010816d1992d5e to your computer and use it in GitHub Desktop.
Save theuntitled/930101338f72b92742010816d1992d5e to your computer and use it in GitHub Desktop.
Generate a https certificate with dotnet
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