Skip to content

Configure certificate by thumbprint #4385

Closed
@natemcmaster

Description

@natemcmaster

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    affected-very-fewThis issue impacts very few customersarea-networkingIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionsseverity-nice-to-haveThis label is used by an internal tooltask

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions