mirror of
https://github.com/NixOS/nix
synced 2025-06-25 02:21: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
13 lines
393 B
Markdown
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.
|