gpt4 book ai didi

ubuntu - 如何获取 Mesos 安装的 OpenPGP key ?

转载 作者:行者123 更新时间:2023-12-04 18:41:24 25 4
gpt4 key购买 nike

我一直在尝试在 Ubuntu 14.04 Openstack 虚拟机上安装 Mesos,但遇到了一些问题。我不能简单地按照 tarball 的说明进行操作,因为 Maven 在我必须使用的代理后面抛出了很多错误。我已经安装了 Mesos key DF7D54CBE56151BF来自 http://keyserver.ubuntu.com/pks/lookup?op=get&search=0xDF7D54CBE56151BF到虚拟机上并可以验证:

root@erik-mesos2:~# gpg --list-keys
/root/.gnupg/pubring.gpg
------------------------
pub 4096R/E56151BF 2014-05-21
uid Mesosphere Archive Automatic Signing Key <support@mesosphere.io>

我正在按照此处列出的说明进行操作: https://docs.mesosphere.com/tutorials/install_ubuntu_debian/#step-1

但是当我运行 apt-get update安装 key 后,我最终出现错误
W: GPG error: http://repos.mesosphere.io trusty InRelease: The following signatures 
couldn't be verified because the public key is not available: NO_PUBKEY DF7D54CBE56151BF

作为引用,本教程要求在安装 key 后输入这些命令。
DISTRO=$(lsb_release -is | tr '[:upper:]' '[:lower:]')
CODENAME=$(lsb_release -cs)
echo "deb http://repos.mesosphere.io/${DISTRO} ${CODENAME} main" | sudo tee /etc/apt/sources.list.d/mesosphere.list
sudo apt-get -y update

我也有 http_proxyhttps_proxy变量设置。怎么了?

最佳答案

apt 使用它自己的 GnuPG key 环 /etc/apt/trusted.gpg .使用apt-key取而代之的是获取 key ,它使用正确的 key 环环绕 GnuPG。

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv DF7D54CBE56151BF

这也是官方文档中提出的,但是我 replaced the short key ID with a long key ID for security reasons .

关于ubuntu - 如何获取 Mesos 安装的 OpenPGP key ?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31056108/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com