X-Git-Url: https://git.arvados.org/arvados-formula.git/blobdiff_plain/96e114d93f94f56275bcddd03f03e29a00f7a3e3..aadb0b65a2ccbad9aab366aa53fd8fc3c4f1b229:/docs/README.apt.keyring.rst diff --git a/docs/README.apt.keyring.rst b/docs/README.apt.keyring.rst deleted file mode 100644 index 94a5098..0000000 --- a/docs/README.apt.keyring.rst +++ /dev/null @@ -1,18 +0,0 @@ -.. _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