1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-06 21:41:48 +02:00
This commit is contained in:
László Vaskó 2025-06-23 10:36:00 +00:00 committed by GitHub
commit dcb070e678
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 250 additions and 2 deletions

View 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.