Revert "contrib/plugins: init with mTLS store example"

Revert submission 3698

Reason for revert: Regressed the build, needs some rework.

Reverted changes: /q/submissionid:3698

Change-Id: I651e35435f1006c0abf8c37feb3aa385ac6d4256
This commit is contained in:
jade
2025-07-29 03:34:49 +00:00
committed by Lix Systems Gerrit
parent 569dcf9392
commit 2b42901ec7
13 changed files with 5 additions and 421 deletions
@@ -1,13 +0,0 @@
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)
)"