Skip to content

Commit 8637042

Browse files
committed
doc: add release not entry for mTLS authentication support
1 parent d660201 commit 8637042

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
synopsis: Support substituters using mTLS (client certificate) authentication
3+
issues: []
4+
prs: [13030]
5+
---
6+
7+
Added support for `ssl-cert` and `ssl-key` options in substituter URLs.
8+
9+
Example:
10+
11+
https://substituter.invalid?ssl-cert=/path/to/cert.pem&ssl-key=/path/to/key.pem
12+
13+
When these options are configured, Nix will use this certificate/private key pair to authenticate to the server.

0 commit comments

Comments
 (0)