18761: use repository keyring instead of key_id
[arvados-formula.git] / docs / README.apt.keyring.rst
1 .. _readme_apt_keyrings:
2
3 apt repositories' keyrings
4 ==========================
5
6 Debian family of OSes deprecated the use of `apt-key` to manage repositories' keys
7 in favor of using `keyring files` which contain a binary OpenPGP format of the key
8 (also known as "GPG key public ring")
9
10 As arvados don't provide such key files, we created it pulling the
11 official key from its site and install the resulting file.
12
13 See https://doc.arvados.org/main/install/packages.html#debian for details
14
15 .. code-block:: bash
16
17    $ curl -fsSL https://apt.arvados.org/pubkey.gpg | \
18        gpg --dearmor --output arvados-archive-keyring.gpg