-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Closed
Labels
affected-very-fewThis issue impacts very few customersThis issue impacts very few customersarea-networkingIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionsIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionsseverity-nice-to-haveThis label is used by an internal toolThis label is used by an internal tooltask
Milestone
Description
Would be nice if we could configure server certificates via thumbprint + store name.
Example usage in appsettings.json:
{
"Kestrel": {
"Endpoints": {
"Myendpoint2": {
"Url": "https://+:443",
"Certificate": {
"Store": "CurrentUser/My",
"Thumbprint": "52A477BBEDE8DFDEB699106D5FFB8FE89F9BF790"
}
}
}
}
}gusarov and maxtyutmanov
Metadata
Metadata
Assignees
Labels
affected-very-fewThis issue impacts very few customersThis issue impacts very few customersarea-networkingIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionsIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionsseverity-nice-to-haveThis label is used by an internal toolThis label is used by an internal tooltask