wrong gpg key?

hexathos

New Member
Feb 20, 2020
4
0
1
42
Hi,

any hint on getting the correct gpg key?

Code:
root@mxext1:~# cat /etc/apt/sources.list.d/pmg.list
deb [arch=amd64] http://download.proxmox.com/debian/pmg bullseye pmg-no-subscription
root@mxext1:~# gpg  /etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg
gpg: WARNING: no command supplied.  Trying to guess what you mean ...
pub   rsa4096 2020-11-09 [SC] [expires: 2030-11-07]
      28139A2F830BD68478A1A01FDD4BA3917E23BF59
uid           Proxmox Bullseye Release Key <proxmox-release@proxmox.com>
root@mxext1:~# sha512sum /etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg
7fb03ec8a1675723d2853b84aa4fdb49a46a3bb72b9951361488bfd19b29aab0a789a4f8c7406e71a69aabbc727c936d3549731c4659ffa1a08f44db8fdcebfa  /etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg
root@mxext1:~# apt update
Hit:1 http://ftp.debian.org/debian bullseye InRelease
Get:2 http://download.proxmox.com/debian/pmg bullseye InRelease [3,065 B]
Hit:3 http://ftp.debian.org/debian bullseye-updates InRelease
Hit:4 http://security.debian.org/debian-security bullseye-security InRelease
Err:5 https://enterprise.proxmox.com/debian/pmg bullseye InRelease
  401  Unauthorized [IP: 2a01:7e0:0:424::249 443]
Err:2 http://download.proxmox.com/debian/pmg bullseye InRelease
  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY DD4BA3917E23BF59
Reading package lists... Done
E: Failed to fetch https://enterprise.proxmox.com/debian/pmg/dists/bullseye/InRelease  401  Unauthorized [IP: 2a01:7e0:0:424::249 443]
E: The repository 'https://enterprise.proxmox.com/debian/pmg bullseye InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://download.proxmox.com/debian/pmg bullseye InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY DD4BA3917E23BF59
root@mxext1:~#

And yes, according to https://pmg.proxmox.com/pmg-docs/pmg-admin-guide.html#pmg_package_repositories the keyfile has the correct hashsum...
 
Last edited:
disabling the enterprise repro didnt work out, the key is still the wrong one. as stated in
Code:
Err:2 http://download.proxmox.com/debian/pmg bullseye InRelease
  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY DD4BA3917E23BF59

and even more clear on
Code:
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://download.proxmox.com/debian/pmg bullseye InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY DD4BA3917E23BF59

wich didn't vanish by disabling the enterprise repro....

Code:
root@mxext1:~# apt update
Hit:1 http://security.debian.org/debian-security bullseye-security InRelease
Hit:2 http://ftp.debian.org/debian bullseye InRelease
Hit:3 http://ftp.debian.org/debian bullseye-updates InRelease
Get:4 http://download.proxmox.com/debian/pmg bullseye InRelease [3,065 B]
Err:4 http://download.proxmox.com/debian/pmg bullseye InRelease
  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY DD4BA3917E23BF59
Fetched 3,065 B in 1s (5,611 B/s)
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://download.proxmox.com/debian/pmg bullseye InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY DD4BA3917E23BF59
W: Failed to fetch http://download.proxmox.com/debian/pmg/dists/bullseye/InRelease  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY DD4BA3917E23BF59
W: Some index files failed to download. They have been ignored, or old ones used instead.


gpg doesnt show the requested id DD4BA3917E23BF59 in the downloaded bullseye release key file
Code:
root@mxext1:~# gpg --show-keys /etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg
pub   rsa4096 2020-11-09 [SC] [expires: 2030-11-07]
      28139A2F830BD68478A1A01FDD4BA3917E23BF59
uid                      Proxmox Bullseye Release Key <proxmox-release@proxmox.com>

root@mxext1:~# sha512sum  /etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg
7fb03ec8a1675723d2853b84aa4fdb49a46a3bb72b9951361488bfd19b29aab0a789a4f8c7406e71a69aabbc727c936d3549731c4659ffa1a08f44db8fdcebfa  /etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg
root@mxext1:~#
 
Last edited:
Is the public key actually readable by apt? As apt may not use root to access it:
Bash:
stat /etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg

If that checks out, please also post the output of:
Bash:
curl --silent http://download.proxmox.com/debian/pmg/dists/bullseye/InRelease
 
Code:
root@mxext1:/tmp# curl http://download.proxmox.com/debian/proxmox-release-bullseye.gpg -O
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  1187  100  1187    0     0  30435      0 --:--:-- --:--:-- --:--:-- 30435
root@mxext1:/tmp# sha512sum proxmox-release-bullseye.gpg
7fb03ec8a1675723d2853b84aa4fdb49a46a3bb72b9951361488bfd19b29aab0a789a4f8c7406e71a69aabbc727c936d3549731c4659ffa1a08f44db8fdcebfa  proxmox-release-bullseye.gpg
root@mxext1:/tmp# gpg --import proxmox-release-bullseye.gpg
gpg: directory '/root/.gnupg' created
gpg: keybox '/root/.gnupg/pubring.kbx' created
gpg: /root/.gnupg/trustdb.gpg: trustdb created
gpg: key DD4BA3917E23BF59: public key "Proxmox Bullseye Release Key <proxmox-release@proxmox.com>" imported
gpg: Total number processed: 1
gpg:               imported: 1
root@mxext1:/tmp# curl -O http://download.proxmox.com/debian/pmg/dists/bullseye/InRelease
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  3065  100  3065    0     0   119k      0 --:--:-- --:--:-- --:--:--  119k

root@mxext1:/tmp# gpg --verify InRelease
gpg: Signature made Thu 13 Jan 2022 05:47:18 PM CET
gpg:                using RSA key 28139A2F830BD68478A1A01FDD4BA3917E23BF59
gpg: Good signature from "Proxmox Bullseye Release Key <proxmox-release@proxmox.com>" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the owner.
Primary key fingerprint: 2813 9A2F 830B D684 78A1  A01F DD4B A391 7E23 BF59
root@mxext1:/tmp# stat /etc/apt/trusted.gpg.d/*bullseye*
  File: /etc/apt/trusted.gpg.d/debian-archive-bullseye-automatic.gpg
  Size: 8700            Blocks: 24         IO Block: 4096   regular file
Device: fd01h/64769d    Inode: 262255      Links: 1
Access: (0644/-rw-r--r--)  Uid: (    0/    root)   Gid: (    0/    root)
Access: 2022-01-15 01:01:43.428452803 +0100
Modify: 2021-12-02 10:49:24.289060634 +0100
Change: 2021-12-02 10:49:24.289060634 +0100
 Birth: 2021-12-02 10:49:24.289060634 +0100
  File: /etc/apt/trusted.gpg.d/debian-archive-bullseye-security-automatic.gpg
  Size: 8709            Blocks: 24         IO Block: 4096   regular file
Device: fd01h/64769d    Inode: 262256      Links: 1
Access: (0644/-rw-r--r--)  Uid: (    0/    root)   Gid: (    0/    root)
Access: 2022-01-15 01:01:43.432452784 +0100
Modify: 2021-12-02 10:49:24.289060634 +0100
Change: 2021-12-02 10:49:24.289060634 +0100
 Birth: 2021-12-02 10:49:24.289060634 +0100
  File: /etc/apt/trusted.gpg.d/debian-archive-bullseye-stable.gpg
  Size: 2453            Blocks: 8          IO Block: 4096   regular file
Device: fd01h/64769d    Inode: 262249      Links: 1
Access: (0644/-rw-r--r--)  Uid: (    0/    root)   Gid: (    0/    root)
Access: 2022-01-15 01:01:43.436452766 +0100
Modify: 2021-12-02 10:49:24.289060634 +0100
Change: 2021-12-02 10:49:24.289060634 +0100
 Birth: 2021-12-02 10:49:24.289060634 +0100
  File: /etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg
  Size: 1187            Blocks: 8          IO Block: 4096   regular file
Device: fd01h/64769d    Inode: 267875      Links: 1
Access: (0644/-rw-r--r--)  Uid: (    0/    root)   Gid: (    0/    root)
Access: 2022-01-15 01:10:40.113953479 +0100
Modify: 2020-12-14 20:10:44.000000000 +0100
Change: 2022-01-15 01:10:36.529970173 +0100
 Birth: 2021-12-02 10:49:24.289060634 +0100
root@mxext1:/tmp# curl --silent http://download.proxmox.com/debian/pmg/dists/bullseye/InRelease
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Architectures: amd64
Codename: bullseye
Components: pmg-no-subscription pmgtest
Date: Thu, 13 Jan 2022 16:47:13 +0000
Label: Proxmox Mailgateway Debian Repository
Origin: Proxmox
Suite: stable
MD5Sum:
 3956b6254d7834871eaff3dee87b330f           341647 pmg-no-subscription/binary-amd64/Packages
 a1c9f444744a318a08459f29f4eba5f8            82076 pmg-no-subscription/binary-amd64/Packages.gz
 415eb3be41a864c0e0c952566ec6501b           384043 pmgtest/binary-amd64/Packages
 10f2e8c50a724bee9788cb2966336678            91373 pmgtest/binary-amd64/Packages.gz
SHA1:
 5058e6f16c1e6f781a47976e5d68b37ba964af20           341647 pmg-no-subscription/binary-amd64/Packages
 df5dcfc4741b32d9996ffbdb7705a1e1744c5670            82076 pmg-no-subscription/binary-amd64/Packages.gz
 5afe38f199992ff94bcd650250c47bf40ad2a59e           384043 pmgtest/binary-amd64/Packages
 a48b42a33e1665c9ab13f09f2b3e320cb949bfbb            91373 pmgtest/binary-amd64/Packages.gz
SHA256:
 0a4c9ff7db55cc571d0a86b73888967cde2fefbd7b406758e398b424b1e8414b           341647 pmg-no-subscription/binary-amd64/Packages
 2fc65cb83221910d7b524c6aa33bb48ecddd4d285e16e86f408ccd6dffe498c9            82076 pmg-no-subscription/binary-amd64/Packages.gz
 866b40e736c68ec9584de43224bb2ec50cdb7bfa05083fe8c8226b637bd7357a           384043 pmgtest/binary-amd64/Packages
 405a37bfcc51cd0b3180aa432ed98eddbc2bba2b642ac964b0d2dbce0fb92782            91373 pmgtest/binary-amd64/Packages.gz
SHA512:
 430a3b6a3daf47a25dedc1172bfb4e5ed7025663f68e74b0e5ab203f7a5131941c57f996f0d4a1844c0c0044c682baae71124802ced1d3b46986c22360c83882           341647 pmg-no-subscription/binary-amd64/Packages
 123524ef4efc50334177072e9bc9ed434cc4ffafad69f19abde1139e5a09b1f3e1549d2bb4a95b4299b1b9263182093ad8f2a9342c95c1e8537482651a0ded04            82076 pmg-no-subscription/binary-amd64/Packages.gz
 c103a2db38864396c696dc7de705d161116bcd208b90e64fd2ac37e9a2b96a2fb0db1dd4e4ef44e44076206e2df12a0459d4197babc16cdda30d568be423fca2           384043 pmgtest/binary-amd64/Packages
 d7d153fe85a0e8c00250160c583935ef2e7493b8c6f290a3a143c5bc293d346ea6a98c45eb4994690158883ffcc4af6af5afd811eee2c132a43bc06cb934e0ee            91373 pmgtest/binary-amd64/Packages.gz
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEKBOaL4ML1oR4oaAf3UujkX4jv1kFAmHgV5YACgkQ3UujkX4j
v1kI3g//eARvpH8dxViFuM8LMsHgDGYHm5uXa8l300ASDu3oOTgRG8ZsWSPTGLl2
HXyBoaKRVRa8yw0I4k1m9kTkQ8rRIEmAzT7NRg0CFgDlRSkSwRRCgcyiww0Agtrw
eYqTifcGpCJXnMl0hjEWxnVRCc5AIHp+tuIP66UPC5nzosI6HoStd+A9xh/ZYjJY
PCiKmIeF1h4GXSI34Io2b0YXvXsRndZ3pu5QOHWUEzUPD9V5SHqyPehtb/VOBQZ8
i9lVJbupiyQGwY4yNvt6RGkzcDxVvK2oeU09THfdkxxsoWWjhvCld2jYR0mEmE7I
RzsaLt2sB4tv2HaSeSKApcUXbBwQXEuq1d1pthgyDdUr7O2pzyO0+YyRoT2lUFJn
d6iCTsP+UchznxA2bFxRqZq+FRWjcSaE2Vm//Tihottpx7SwMlrpxyUt3NgG83Pu
HpXv/l5RTIzbWrmV3jSoVud0KSi2goZc5xYauEenMmYuF7cAqAbE11l3nzkpkgyC
rGr+omWjG4Mr6SVakgqChjVHFPOlTNuGnPCEQzV416VS1LIquYpkjexjHzMchNuh
f5lvLzIo1/VkQRpt/egTSUd7zSwy9U//eVb6wrpNxoRvbGkC7/CtDE/HtrMUO4V7
Yxq16GdkAaybxfVOMZuWcqmAo82zYGk4E6BDsNpshLOIjvVQ9zw=
=Sdy7
-----END PGP SIGNATURE-----
root@mxext1:/tmp#


and then

Code:
root@mxext1:/tmp# mv proxmox-release-bullseye.gpg /etc/apt/trusted.gpg.d/
root@mxext1:/tmp# apt update
Hit:1 http://security.debian.org/debian-security bullseye-security InRelease
Get:2 http://ftp.debian.org/debian bullseye InRelease [116 kB]
Get:3 http://ftp.debian.org/debian bullseye-updates InRelease [39.4 kB]
Get:4 http://download.proxmox.com/debian/pmg bullseye InRelease [3,065 B]
Get:5 http://ftp.debian.org/debian bullseye/main amd64 Packages [8,183 kB]
Get:6 http://ftp.debian.org/debian bullseye/main Translation-en [6,243 kB]
Get:7 http://ftp.debian.org/debian bullseye/contrib amd64 Packages [50.5 kB]
Get:8 http://ftp.debian.org/debian bullseye/contrib Translation-en [46.9 kB]
Get:9 http://ftp.debian.org/debian bullseye-updates/main amd64 Packages [2,592 B]
Get:10 http://ftp.debian.org/debian bullseye-updates/main Translation-en [2,343 B]
Err:4 http://download.proxmox.com/debian/pmg bullseye InRelease
  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY DD4BA3917E23BF59
Fetched 14.7 MB in 4s (3,670 kB/s)
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://download.proxmox.com/debian/pmg bullseye InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY DD4BA3917E23BF59
W: Failed to fetch http://download.proxmox.com/debian/pmg/dists/bullseye/InRelease  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY DD4BA3917E23BF59
W: Some index files failed to download. They have been ignored, or old ones used instead.
root@mxext1:/tmp#

deprecated apt-key recognizes the key
Code:
root@mxext1:/tmp# apt-key list
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
/etc/apt/trusted.gpg.d/debian-archive-bullseye-automatic.gpg
------------------------------------------------------------
pub   rsa4096 2021-01-17 [SC] [expires: 2029-01-15]
      1F89 983E 0081 FDE0 18F3  CC96 73A4 F27B 8DD4 7936
uid           [ unknown] Debian Archive Automatic Signing Key (11/bullseye) <ftpmaster@debian.org>
sub   rsa4096 2021-01-17 [S] [expires: 2029-01-15]

/etc/apt/trusted.gpg.d/debian-archive-bullseye-security-automatic.gpg
---------------------------------------------------------------------
pub   rsa4096 2021-01-17 [SC] [expires: 2029-01-15]
      AC53 0D52 0F2F 3269 F5E9  8313 A484 4904 4AAD 5C5D
uid           [ unknown] Debian Security Archive Automatic Signing Key (11/bullseye) <ftpmaster@debian.org>
sub   rsa4096 2021-01-17 [S] [expires: 2029-01-15]

/etc/apt/trusted.gpg.d/debian-archive-bullseye-stable.gpg
---------------------------------------------------------
pub   rsa4096 2021-02-13 [SC] [expires: 2029-02-11]
      A428 5295 FC7B 1A81 6000  62A9 605C 66F0 0D6C 9793
uid           [ unknown] Debian Stable Release Key (11/bullseye) <debian-release@lists.debian.org>

/etc/apt/trusted.gpg.d/debian-archive-stretch-automatic.gpg
-----------------------------------------------------------
pub   rsa4096 2017-05-22 [SC] [expires: 2025-05-20]
      E1CF 20DD FFE4 B89E 8026  58F1 E0B1 1894 F66A EC98
uid           [ unknown] Debian Archive Automatic Signing Key (9/stretch) <ftpmaster@debian.org>
sub   rsa4096 2017-05-22 [S] [expires: 2025-05-20]

/etc/apt/trusted.gpg.d/debian-archive-stretch-security-automatic.gpg
--------------------------------------------------------------------
pub   rsa4096 2017-05-22 [SC] [expires: 2025-05-20]
      6ED6 F5CB 5FA6 FB2F 460A  E88E EDA0 D238 8AE2 2BA9
uid           [ unknown] Debian Security Archive Automatic Signing Key (9/stretch) <ftpmaster@debian.org>
sub   rsa4096 2017-05-22 [S] [expires: 2025-05-20]

/etc/apt/trusted.gpg.d/debian-archive-stretch-stable.gpg
--------------------------------------------------------
pub   rsa4096 2017-05-20 [SC] [expires: 2025-05-18]
      067E 3C45 6BAE 240A CEE8  8F6F EF0F 382A 1A7B 6500
uid           [ unknown] Debian Stable Release Key (9/stretch) <debian-release@lists.debian.org>

/etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg
---------------------------------------------------
pub   rsa4096 2020-11-09 [SC] [expires: 2030-11-07]
      2813 9A2F 830B D684 78A1  A01F DD4B A391 7E23 BF59
uid           [ unknown] Proxmox Bullseye Release Key <proxmox-release@proxmox.com>

root@mxext1:/tmp#
 
Last edited:
Just reposting the info I actually asked for to avoid all the noise for easier review..

Code:
 File: /etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg
  Size: 1187            Blocks: 8          IO Block: 4096   regular file
Device: fd01h/64769d    Inode: 267875      Links: 1
Access: (0644/-rw-r--r--)  Uid: (    0/    root)   Gid: (    0/    root)
Access: 2022-01-15 01:10:40.113953479 +0100
Modify: 2020-12-14 20:10:44.000000000 +0100
Change: 2022-01-15 01:10:36.529970173 +0100
 Birth: 2021-12-02 10:49:24.289060634 +0100

seems OK

Code:
root@mxext1:/tmp# curl --silent http://download.proxmox.com/debian/pmg/dists/bullseye/InRelease
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Architectures: amd64
Codename: bullseye
Components: pmg-no-subscription pmgtest
Date: Thu, 13 Jan 2022 16:47:13 +0000
Label: Proxmox Mailgateway Debian Repository
Origin: Proxmox
Suite: stable
MD5Sum:
 3956b6254d7834871eaff3dee87b330f           341647 pmg-no-subscription/binary-amd64/Packages
 a1c9f444744a318a08459f29f4eba5f8            82076 pmg-no-subscription/binary-amd64/Packages.gz
 415eb3be41a864c0e0c952566ec6501b           384043 pmgtest/binary-amd64/Packages
 10f2e8c50a724bee9788cb2966336678            91373 pmgtest/binary-amd64/Packages.gz
SHA1:
 5058e6f16c1e6f781a47976e5d68b37ba964af20           341647 pmg-no-subscription/binary-amd64/Packages
 df5dcfc4741b32d9996ffbdb7705a1e1744c5670            82076 pmg-no-subscription/binary-amd64/Packages.gz
 5afe38f199992ff94bcd650250c47bf40ad2a59e           384043 pmgtest/binary-amd64/Packages
 a48b42a33e1665c9ab13f09f2b3e320cb949bfbb            91373 pmgtest/binary-amd64/Packages.gz
SHA256:
 0a4c9ff7db55cc571d0a86b73888967cde2fefbd7b406758e398b424b1e8414b           341647 pmg-no-subscription/binary-amd64/Packages
 2fc65cb83221910d7b524c6aa33bb48ecddd4d285e16e86f408ccd6dffe498c9            82076 pmg-no-subscription/binary-amd64/Packages.gz
 866b40e736c68ec9584de43224bb2ec50cdb7bfa05083fe8c8226b637bd7357a           384043 pmgtest/binary-amd64/Packages
 405a37bfcc51cd0b3180aa432ed98eddbc2bba2b642ac964b0d2dbce0fb92782            91373 pmgtest/binary-amd64/Packages.gz
SHA512:
 430a3b6a3daf47a25dedc1172bfb4e5ed7025663f68e74b0e5ab203f7a5131941c57f996f0d4a1844c0c0044c682baae71124802ced1d3b46986c22360c83882           341647 pmg-no-subscription/binary-amd64/Packages
 123524ef4efc50334177072e9bc9ed434cc4ffafad69f19abde1139e5a09b1f3e1549d2bb4a95b4299b1b9263182093ad8f2a9342c95c1e8537482651a0ded04            82076 pmg-no-subscription/binary-amd64/Packages.gz
 c103a2db38864396c696dc7de705d161116bcd208b90e64fd2ac37e9a2b96a2fb0db1dd4e4ef44e44076206e2df12a0459d4197babc16cdda30d568be423fca2           384043 pmgtest/binary-amd64/Packages
 d7d153fe85a0e8c00250160c583935ef2e7493b8c6f290a3a143c5bc293d346ea6a98c45eb4994690158883ffcc4af6af5afd811eee2c132a43bc06cb934e0ee            91373 pmgtest/binary-amd64/Packages.gz
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEKBOaL4ML1oR4oaAf3UujkX4jv1kFAmHgV5YACgkQ3UujkX4j
v1kI3g//eARvpH8dxViFuM8LMsHgDGYHm5uXa8l300ASDu3oOTgRG8ZsWSPTGLl2
HXyBoaKRVRa8yw0I4k1m9kTkQ8rRIEmAzT7NRg0CFgDlRSkSwRRCgcyiww0Agtrw
eYqTifcGpCJXnMl0hjEWxnVRCc5AIHp+tuIP66UPC5nzosI6HoStd+A9xh/ZYjJY
PCiKmIeF1h4GXSI34Io2b0YXvXsRndZ3pu5QOHWUEzUPD9V5SHqyPehtb/VOBQZ8
i9lVJbupiyQGwY4yNvt6RGkzcDxVvK2oeU09THfdkxxsoWWjhvCld2jYR0mEmE7I
RzsaLt2sB4tv2HaSeSKApcUXbBwQXEuq1d1pthgyDdUr7O2pzyO0+YyRoT2lUFJn
d6iCTsP+UchznxA2bFxRqZq+FRWjcSaE2Vm//Tihottpx7SwMlrpxyUt3NgG83Pu
HpXv/l5RTIzbWrmV3jSoVud0KSi2goZc5xYauEenMmYuF7cAqAbE11l3nzkpkgyC
rGr+omWjG4Mr6SVakgqChjVHFPOlTNuGnPCEQzV416VS1LIquYpkjexjHzMchNuh
f5lvLzIo1/VkQRpt/egTSUd7zSwy9U//eVb6wrpNxoRvbGkC7/CtDE/HtrMUO4V7
Yxq16GdkAaybxfVOMZuWcqmAo82zYGk4E6BDsNpshLOIjvVQ9zw=
=Sdy7
-----END PGP SIGNATURE-----

Verifies just fine here, compared by checking first what I get here, using the sq tool, and then pasting in what you posted:
Code:
curl --silent http://download.proxmox.com/debian/pmg/dists/bullseye/InRelease |  sq verify --signer-cert /etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg
Good signature from DD4BA3917E23BF59
# ... snipped

sq verify --signer-cert /etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg
# pasting in
Good signature from DD4BA3917E23BF59
# .. snipped

So, the key file itself doesn't seem to be your problem. How did you setup that host, via the official ISO?

Can you please also post the output of (just) the following two commands?
Bash:
pmgversion -v
cat /etc/os-release
 
Last edited:

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!