mirror of
https://github.com/NixOS/nix
synced 2025-07-07 10:11:47 +02:00
Add option to disable binary cache certificate checking
This commit is contained in:
parent
5510d21193
commit
d44d923be9
2 changed files with 16 additions and 1 deletions
|
@ -402,6 +402,15 @@ flag, e.g. <literal>--option gc-keep-outputs false</literal>.</para>
|
|||
</varlistentry>
|
||||
|
||||
|
||||
<varlistentry><term><literal>verify-https-binary-caches</literal></term>
|
||||
|
||||
<listitem><para>Whether HTTPS binary caches are required to have a
|
||||
certificate that can be verified. Defaults to
|
||||
<literal>true</literal>.</para></listitem>
|
||||
|
||||
</varlistentry>
|
||||
|
||||
|
||||
<varlistentry><term><literal>force-manifest</literal></term>
|
||||
|
||||
<listitem><para>If this option is set to <literal>false</literal>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue