Skip to content

Support specifying a full certificate chain in HttpsConnectionAdapterOptions #21513

@davidfowl

Description

@davidfowl
public class HttpsConnectionAdapterOptions
{
    public X509Certificate2 ServerCertificate { get; set; }
+   public X509Certificate2Collection ServerCertificateChain { get; set; }
}

Configuration:

For configuration, we'll support the full cert chain in Path:

// "CertificateName": {
     //     "Path": "testCert.pem/pfx",
     //     "KeyPath": "key.pem",

This depends on dotnet/runtime#35844

Metadata

Metadata

Assignees

Labels

✔️ Resolution: FixedThe bug or enhancement requested in this issue has been checked-in!DoneThis issue has been fixedaffected-very-fewThis issue impacts very few customersapi-approvedAPI was approved in API review, it can be implementedarea-networkingIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionsenhancementThis issue represents an ask for new feature or an enhancement to an existing one

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions