1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 02:21:16 +02:00
nix/doc/manual/rl-next/mtls-substituter.md

13 lines
393 B
Markdown

---
synopsis: Support substituters using mTLS (client certificate) authentication
issues: []
prs: [13030]
---
Added support for `ssl-cert` and `ssl-key` options in substituter URLs.
Example:
https://substituter.invalid?ssl-cert=/path/to/cert.pem&ssl-key=/path/to/key.pem
When these options are configured, Nix will use this certificate/private key pair to authenticate to the server.