From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id BCF6983860 for ; Mon, 6 Dec 2021 09:22:53 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id AF95C1B8C1 for ; Mon, 6 Dec 2021 09:22:53 +0100 (CET) Received: from proxmox-new.maurer-it.com (proxmox-new.maurer-it.com [94.136.29.106]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS id 0224C1B8B3 for ; Mon, 6 Dec 2021 09:22:49 +0100 (CET) Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1]) by proxmox-new.maurer-it.com (Proxmox) with ESMTP id C1F4B44357 for ; Mon, 6 Dec 2021 09:22:43 +0100 (CET) Date: Mon, 06 Dec 2021 09:22:35 +0100 From: Fabian =?iso-8859-1?q?Gr=FCnbichler?= To: Proxmox VE development discussion References: <27cd3cf9-eb19-44a3-b1bc-2d2e302181b6@www.fastmail.com> In-Reply-To: <27cd3cf9-eb19-44a3-b1bc-2d2e302181b6@www.fastmail.com> MIME-Version: 1.0 User-Agent: astroid/0.15.0 (https://github.com/astroidmail/astroid) Message-Id: <1638778547.sda2qoj11l.astroid@nora.none> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-SPAM-LEVEL: Spam detection results: 0 AWL 0.252 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: Re: [pve-devel] Release Signatures 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: , X-List-Received-Date: Mon, 06 Dec 2021 08:22:53 -0000 On December 5, 2021 6:42 pm, Sid Spry wrote: > Are checksums and release signatures available for install media? yes. checksum via TLS: https://proxmox.com/en/downloads/item/proxmox-ve-7-1-iso-installer (applies to other products/versions as well) checksum + signature: http://download.proxmox.com/iso/ signing key =3D=3D repository key[1,2,3] 1: checksum via TLS https://pve.proxmox.com/wiki/Install_Proxmox_VE_on_Debi= an_11_Bullseye#Adapt_your_sources.list 2: keys via TLS https://git.proxmox.com/?p=3Dproxmox-archive-keyring.git;a= =3Dtree;f=3Ddebian;h=3Dd3538cb8ad0753a45ded226c56e1ac0323a83588;hb=3DHEAD 3: or installed on any current PVE/PMG/PBS system via=20 `proxmox-archive-keyring` ;) > What about code signing on repos? no, there is no signing of git commits/.. . our consumable artifacts for=20 users are deb packages, which are chained to the repo signing key as=20 trust anchor.