X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/2cced4f5eddf8500196a8ac3a8e9b23282a313bd..4c814e76fea378fe199f3a55b31445fa56fff02a:/doc/_includes/_install_debian_key.liquid?ds=sidebyside diff --git a/doc/_includes/_install_debian_key.liquid b/doc/_includes/_install_debian_key.liquid index adfdff8733..1d5f73a4d2 100644 --- a/doc/_includes/_install_debian_key.liquid +++ b/doc/_includes/_install_debian_key.liquid @@ -4,10 +4,14 @@ Copyright (C) The Arvados Authors. All rights reserved. SPDX-License-Identifier: CC-BY-SA-3.0 {% endcomment %} + +
# apt-get --no-install-recommends install curl gnupg2
+# curl https://apt.arvados.org/pubkey.gpg -o /etc/apt/trusted.gpg.d/arvados.asc
+
+
+The Arvados package signing GPG key is also available via the keyservers, though they can be unreliable. To retrieve the signing key via keyserver.ubuntu.com: -
# apt-get --no-install-recommends install gnupg
-# /usr/bin/apt-key adv --keyserver pgp.mit.edu --recv 1078ECD7
-
+
# /usr/bin/apt-key adv --keyserver keyserver.ubuntu.com --recv 1078ECD7