mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
Merge d7450465bb
into 6a74590063
This commit is contained in:
commit
dcb070e678
8 changed files with 250 additions and 2 deletions
13
doc/manual/rl-next/mtls-substituter.md
Normal file
13
doc/manual/rl-next/mtls-substituter.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
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.
|
Loading…
Add table
Add a link
Reference in a new issue