X-Git-Url: https://git.arvados.org/arvados-formula.git/blobdiff_plain/cc86cd81cffdd76884a37518d8f9ea73228f90bf..96e114d93f94f56275bcddd03f03e29a00f7a3e3:/docs/README.apt.keyring.rst diff --git a/docs/README.apt.keyring.rst b/docs/README.apt.keyring.rst new file mode 100644 index 0000000..94a5098 --- /dev/null +++ b/docs/README.apt.keyring.rst @@ -0,0 +1,18 @@ +.. _readme_apt_keyrings: + +apt repositories' keyrings +========================== + +Debian family of OSes deprecated the use of `apt-key` to manage repositories' keys +in favor of using `keyring files` which contain a binary OpenPGP format of the key +(also known as "GPG key public ring") + +As arvados don't provide such key files, we created it pulling the +official key from its site and install the resulting file. + +See https://doc.arvados.org/main/install/packages.html#debian for details + +.. code-block:: bash + + $ curl -fsSL https://apt.arvados.org/pubkey.gpg | \ + gpg --dearmor --output arvados-archive-keyring.gpg