diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-12-09T12·15+0100 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-12-09T12·16+0100 |
commit | d44d923be971a9f9a05b156e20fe2b26151826a9 (patch) | |
tree | 67ddc20d7403aad9247b172bad50b1e2203ac472 /doc/manual/command-ref/conf-file.xml | |
parent | 5510d21193e84067230beb5f755e899180f963a2 (diff) |
Add option to disable binary cache certificate checking
Diffstat (limited to 'doc/manual/command-ref/conf-file.xml')
-rw-r--r-- | doc/manual/command-ref/conf-file.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/manual/command-ref/conf-file.xml b/doc/manual/command-ref/conf-file.xml index 930ed773fd78..053f4d43cb0c 100644 --- a/doc/manual/command-ref/conf-file.xml +++ b/doc/manual/command-ref/conf-file.xml @@ -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> |