mirror of
https://github.com/NixOS/nix
synced 2025-06-24 18:01:16 +02:00
Those are set via the store's URI, e.g.: https://substituter.invalid?ssl-cert=/path/to/cert.pem&ssl-key=/path/to/key.pem
393 B
393 B
synopsis | issues | prs | |
---|---|---|---|
Support substituters using mTLS (client certificate) authentication |
|
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.