diff options
| author | Julian Andres Klode <jak@debian.org> | 2023-01-25 12:24:41 +0000 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2023-01-25 12:24:41 +0000 |
| commit | e845c4991d02e36366b1f6d71d023791be4f8e09 (patch) | |
| tree | 9af83213db604d2760c9fe74ee305828033acbaf | |
| parent | 09d4933fa8a472ea3f1efa9484f962b94886c07f (diff) | |
| parent | 0924dd3dc165499ec8903783c99a85479a660ee7 (diff) | |
Merge branch 'allow-insecure-repositories' into 'main'
Document --allow-insecure-repositories
See merge request apt-team/apt!277
| -rw-r--r-- | doc/apt-get.8.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/apt-get.8.xml b/doc/apt-get.8.xml index 863bcc8f8..4fdea5694 100644 --- a/doc/apt-get.8.xml +++ b/doc/apt-get.8.xml @@ -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> |
