Skip to content

Instantly share code, notes, and snippets.

@fzankl
Created January 24, 2021 09:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fzankl/9f081af01a923f49745c639097616699 to your computer and use it in GitHub Desktop.
Save fzankl/9f081af01a923f49745c639097616699 to your computer and use it in GitHub Desktop.
Certificate mapping in ASP.NET Core
{
"Kestrel": {
"Endpoints": {
"gRPC": {
"Url": "https://*:5001",
"Protocols": "Http2",
"Certificate": {
"Path": "<path to .pfx file>",
"Password": "<certificate password>"
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment