Closed
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"
}
}
}
}
}