We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d660201 commit 8637042Copy full SHA for 8637042
doc/manual/rl-next/mtls-substituter.md
@@ -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