Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@manoj-choudhari-git
Last active May 4, 2021 20:06
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 manoj-choudhari-git/8af85aca22eadb712da6a6dfc538b667 to your computer and use it in GitHub Desktop.
Save manoj-choudhari-git/8af85aca22eadb712da6a6dfc538b667 to your computer and use it in GitHub Desktop.
Appsettings.json kestrel settings
{
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "http://localhost:44443"
},
"Https": {
"Url": "https://localhost:44444",
"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