Skip to content

feat: add mTLS client certificate support - #19

Merged
phillipleblanc merged 1 commit into
trunkfrom
phillip/mtls-client-cert
May 14, 2026
Merged

feat: add mTLS client certificate support#19
phillipleblanc merged 1 commit into
trunkfrom
phillip/mtls-client-cert

Conversation

@phillipleblanc

Copy link
Copy Markdown
Contributor

Adds mTLS (mutual TLS) client certificate support, allowing the SDK to present a client certificate during the TLS handshake when connecting to a Spice runtime with client_auth_mode: request or client_auth_mode: required.

Usage

Provide the paths to a PEM-encoded client certificate and private key file when building the client. The certificate is presented to the server during the TLS handshake.

Notes

  • mTLS is an Enterprise feature of the Spice runtime.
  • Both the certificate and key file must be provided together.
  • When not set, the client behaves exactly as before (standard TLS).
  • See the mTLS cookbook recipe for a complete walkthrough.

@phillipleblanc phillipleblanc self-assigned this May 12, 2026
@phillipleblanc
phillipleblanc force-pushed the phillip/mtls-client-cert branch 2 times, most recently from f8b581d to 2fda449 Compare May 12, 2026 12:36
@phillipleblanc
phillipleblanc force-pushed the phillip/mtls-client-cert branch from 2fda449 to 9ef0537 Compare May 12, 2026 23:29
@phillipleblanc
phillipleblanc merged commit a6a0425 into trunk May 14, 2026
14 checks passed
@phillipleblanc
phillipleblanc deleted the phillip/mtls-client-cert branch May 14, 2026 05:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant