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

393 B

synopsis issues prs
Support substituters using mTLS (client certificate) authentication
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.