From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [IPv6:2a01:7e0:0:424::9]) by lore.proxmox.com (Postfix) with ESMTPS id 24E3F1FF17A for ; Fri, 18 Jul 2025 10:37:30 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 8B17A16D8D; Fri, 18 Jul 2025 10:38:37 +0200 (CEST) From: Shannon Sterz To: pve-devel@lists.proxmox.com Date: Fri, 18 Jul 2025 10:38:31 +0200 Message-Id: <20250718083831.31025-1-s.sterz@proxmox.com> X-Mailer: git-send-email 2.39.5 MIME-Version: 1.0 X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1752827910835 X-SPAM-LEVEL: Spam detection results: 0 AWL -0.102 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment KAM_LOTSOFHASH 0.25 Emails with lots of hash-like gibberish SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: [pve-devel] [PATCH docs] package-repos: update key file path and hashes X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Proxmox VE development discussion Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pve-devel-bounces@lists.proxmox.com Sender: "pve-devel" so they better match the repository definitions above Signed-off-by: Shannon Sterz --- pve-package-repos.adoc | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/pve-package-repos.adoc b/pve-package-repos.adoc index 063bc6f..a5b233a 100644 --- a/pve-package-repos.adoc +++ b/pve-package-repos.adoc @@ -268,25 +268,34 @@ If you install {pve} on top of Debian, download and install the key with the following commands: ---- - # wget https://enterprise.proxmox.com/debian/proxmox-release-trixie.gpg -O - /etc/apt/trusted.gpg.d/proxmox-release-trixie.gpg + # wget https://enterprise.proxmox.com/debian/proxmox-archive-keyring-trixie.gpg -O + /usr/share/keyrings/proxmox-archive-keyring.gpg ---- +NOTE: The `wget` command above adds the keyring for Proxmox releases based on +Debian Trixie. Once the `proxmox-archive-keyring` package is installed, it will +manage this file. At that point, the hashes below may no longer match the hashes +of this file, as keys for new Proxmox releases get added or removed. This is +intended, `apt` will ensure that only trusted keys are being used. +*Modifying this file is discouraged once `proxmox-archive-keyring` is installed.* + Verify the checksum afterwards with the `sha512sum` CLI tool: ---- -# sha512sum /etc/apt/trusted.gpg.d/proxmox-release-trixie.gpg -7da6fe34168adc6e479327ba517796d4702fa2f8b4f0a9833f5ea6e6b48f6507a6da403a274fe201595edc86a84463d50383d07f64bdde2e3658108db7d6dc87 -/etc/apt/trusted.gpg.d/proxmox-release-trixie.gpg +# sha256sum /usr/share/keyrings/proxmox-archive-keyring.gpg + 136673be77aba35dcce385b28737689ad64fd785a797e57897589aed08db6e45 +/usr/share/keyrings/proxmox-archive-keyring.gpg ---- or the `md5sum` CLI tool: ---- -# md5sum /etc/apt/trusted.gpg.d/proxmox-release-trixie.gpg -41558dc019ef90bd0f6067644a51cf5b /etc/apt/trusted.gpg.d/proxmox-release-trixie.gpg +# md5sum /usr/share/keyrings/proxmox-archive-keyring.gpg +77c8b1166d15ce8350102ab1bca2fcbf /usr/share/keyrings/proxmox-archive-keyring.gpg ---- +NOTE: Make sure the path you install the key to matches the `Signed-By:` lines +in your repository stanzas. ifdef::wiki[] -- 2.39.5 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel