* [pbs-devel] [PATCH proxmox-backup] docs: update apt key installation guide to use the new release key rings
@ 2025-07-18 9:14 Shannon Sterz
2025-08-28 7:35 ` Shannon Sterz
0 siblings, 1 reply; 2+ messages in thread
From: Shannon Sterz @ 2025-07-18 9:14 UTC (permalink / raw)
To: pbs-devel
Signed-off-by: Shannon Sterz <s.sterz@proxmox.com>
---
docs/package-repositories.rst | 18 +++++++++++++-----
1 file changed, 13 insertions(+), 5 deletions(-)
diff --git a/docs/package-repositories.rst b/docs/package-repositories.rst
index afae39c8..90853784 100644
--- a/docs/package-repositories.rst
+++ b/docs/package-repositories.rst
@@ -242,21 +242,29 @@ key with the following commands:
.. code-block:: console
- # wget https://enterprise.proxmox.com/debian/proxmox-release-trixie.gpg -O /usr/share/keyrings/proxmox-archive-keyring.gpg
+ # wget https://enterprise.proxmox.com/debian/proxmox-archive-keyring-trixie.gpg -O /usr/share/keyrings/proxmox-archive-keyring.gpg
-Verify the SHA512 checksum afterwards with the expected output below:
+.. 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 SHA256 checksum afterwards with the expected output below:
.. code-block:: console
- # sha512sum /usr/share/keyrings/proxmox-archive-keyring.gpg
- 8678f2327c49276615288d7ca11e7d296bc8a2b96946fe565a9c81e533f9b15a5dbbad210a0ad5cd46d361ff1d3c4bac55844bc296beefa4f88b86e44e69fa51 /usr/share/keyrings/proxmox-archive-keyring.gpg
+ # sha256sum /usr/share/keyrings/proxmox-archive-keyring.gpg
+ 136673be77aba35dcce385b28737689ad64fd785a797e57897589aed08db6e45 /usr/share/keyrings/proxmox-archive-keyring.gpg
and the md5sum, with the expected output below:
.. code-block:: console
# md5sum /usr/share/keyrings/proxmox-archive-keyring.gpg
- c94e3775fbafec13fec20f981db61e93 /usr/share/keyrings/proxmox-archive-keyring.gpg
+ 77c8b1166d15ce8350102ab1bca2fcbf /usr/share/keyrings/proxmox-archive-keyring.gpg
.. note:: Make sure that the path that you download the key to, matches the
path specified in the ``Signed-By:`` lines in your repository stanzas from
--
2.39.5
_______________________________________________
pbs-devel mailing list
pbs-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [pbs-devel] [PATCH proxmox-backup] docs: update apt key installation guide to use the new release key rings
2025-07-18 9:14 [pbs-devel] [PATCH proxmox-backup] docs: update apt key installation guide to use the new release key rings Shannon Sterz
@ 2025-08-28 7:35 ` Shannon Sterz
0 siblings, 0 replies; 2+ messages in thread
From: Shannon Sterz @ 2025-08-28 7:35 UTC (permalink / raw)
To: Shannon Sterz, pbs-devel
This got applied already:
https://git.proxmox.com/?p=proxmox-backup.git;a=commit;h=00ac201db
Thanks :)
On Fri Jul 18, 2025 at 11:14 AM CEST, Shannon Sterz wrote:
> Signed-off-by: Shannon Sterz <s.sterz@proxmox.com>
> ---
> docs/package-repositories.rst | 18 +++++++++++++-----
> 1 file changed, 13 insertions(+), 5 deletions(-)
>
> diff --git a/docs/package-repositories.rst b/docs/package-repositories.rst
> index afae39c8..90853784 100644
> --- a/docs/package-repositories.rst
> +++ b/docs/package-repositories.rst
> @@ -242,21 +242,29 @@ key with the following commands:
>
> .. code-block:: console
>
> - # wget https://enterprise.proxmox.com/debian/proxmox-release-trixie.gpg -O /usr/share/keyrings/proxmox-archive-keyring.gpg
> + # wget https://enterprise.proxmox.com/debian/proxmox-archive-keyring-trixie.gpg -O /usr/share/keyrings/proxmox-archive-keyring.gpg
>
> -Verify the SHA512 checksum afterwards with the expected output below:
> +.. 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 SHA256 checksum afterwards with the expected output below:
>
> .. code-block:: console
>
> - # sha512sum /usr/share/keyrings/proxmox-archive-keyring.gpg
> - 8678f2327c49276615288d7ca11e7d296bc8a2b96946fe565a9c81e533f9b15a5dbbad210a0ad5cd46d361ff1d3c4bac55844bc296beefa4f88b86e44e69fa51 /usr/share/keyrings/proxmox-archive-keyring.gpg
> + # sha256sum /usr/share/keyrings/proxmox-archive-keyring.gpg
> + 136673be77aba35dcce385b28737689ad64fd785a797e57897589aed08db6e45 /usr/share/keyrings/proxmox-archive-keyring.gpg
>
> and the md5sum, with the expected output below:
>
> .. code-block:: console
>
> # md5sum /usr/share/keyrings/proxmox-archive-keyring.gpg
> - c94e3775fbafec13fec20f981db61e93 /usr/share/keyrings/proxmox-archive-keyring.gpg
> + 77c8b1166d15ce8350102ab1bca2fcbf /usr/share/keyrings/proxmox-archive-keyring.gpg
>
> .. note:: Make sure that the path that you download the key to, matches the
> path specified in the ``Signed-By:`` lines in your repository stanzas from
_______________________________________________
pbs-devel mailing list
pbs-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-08-28 7:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-07-18 9:14 [pbs-devel] [PATCH proxmox-backup] docs: update apt key installation guide to use the new release key rings Shannon Sterz
2025-08-28 7:35 ` Shannon Sterz
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.