Skip to content

Commit

Permalink
Document --allow-insecure-repositories
Browse files Browse the repository at this point in the history
since --no-allow-insecure-repositories is the default.

Signed-off-by: MichaIng <micha@dietpi.com>
  • Loading branch information
MichaIng committed Jan 25, 2023
1 parent 09d4933 commit 0924dd3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/apt-get.8.xml
Original file line number Diff line number Diff line change
Expand Up @@ -612,11 +612,11 @@
<literal>APT::Get::AllowUnauthenticated</literal>.</para></listitem>
</varlistentry>

<varlistentry><term><option>--no-allow-insecure-repositories</option></term>
<listitem><para>Forbid the update command to acquire unverifiable
data from configured sources. APT will fail at the update command
for repositories without valid cryptographically signatures. See
also &apt-secure; for details on the concept and the implications.
<varlistentry><term><option>--allow-insecure-repositories</option></term>
<listitem><para>Allow the update command to acquire unverifiable
data from configured sources. APT will otherwise fail at the update
command for repositories without valid cryptographically signatures.
See also &apt-secure; for details on the concept and the implications.

Configuration Item: <literal>Acquire::AllowInsecureRepositories</literal>.</para></listitem>
</varlistentry>
Expand Down

0 comments on commit 0924dd3

Please sign in to comment.