Created
January 24, 2021 09:18
-
-
Save fzankl/9f081af01a923f49745c639097616699 to your computer and use it in GitHub Desktop.
Certificate mapping in ASP.NET Core
This file contains 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
{ | |
"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