Skip to content

Also allow validation of client certificates (mTLS) #873

Closed
@maxsmythe

Description

@maxsmythe

It'd be nice if we also allowed validation of client certificates.

It looks like this could be done by providing the same pattern we use for for GetCertificate to GetClientCertificate:

cfg := &tls.Config{
NextProtos: []string{"h2"},
GetCertificate: certWatcher.GetCertificate,
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions