Files
lix/contrib/plugins/mtls-http-binary-cache-store.md
T
Raito Bezarius da75fb29e7 contrib/plugins: init with mTLS store example
This reverts commit 2b42901ec7.
Reason for revert: the work required has been achieved.

Change-Id: I917b2f87e436a4e34bec0b788634d949b0236c62
2025-11-18 20:13:46 +01:00

362 B

R"(

Store URL format: https+mtls://...

This store allows a binary cache to be accessed via the HTTPS protocol with mutual TLS mandated.

Two parameters can be passed to the query string:

  • tls-certificate, a path to the TLS client certificate (optional)
  • tls-private-key, a path to the TLS private key backing the client certificate (required)

)"