diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2016-04-29T14·47+0200 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2016-04-29T14·47+0200 |
commit | 8e065c6b3e36e4cd113769575c0045b6d42357ef (patch) | |
tree | 9c1bf94731cdcb7c6b88bb6338379a7dd75d4475 /doc | |
parent | f6aee2f4772b2de1943aaa2c40f8fb6dd3185b92 (diff) |
BinaryCacheStore: Make the signing key a parameter
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/command-ref/conf-file.xml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/doc/manual/command-ref/conf-file.xml b/doc/manual/command-ref/conf-file.xml index 598b15827883..4c8f3d9d3809 100644 --- a/doc/manual/command-ref/conf-file.xml +++ b/doc/manual/command-ref/conf-file.xml @@ -406,16 +406,6 @@ flag, e.g. <literal>--option gc-keep-outputs false</literal>.</para> </varlistentry> - <varlistentry><term><literal>binary-cache-secret-key-file</literal></term> - - <listitem><para>Path of the file containing the secret key to be - used for signing binary caches. This file can be generated using - <command>nix-store - --generate-binary-cache-key</command>.</para></listitem> - - </varlistentry> - - <varlistentry><term><literal>binary-caches-parallel-connections</literal></term> <listitem><para>The maximum number of parallel HTTP connections |