Hello everyone
,
We are aware of an issue on Debian 13 where the packaging signing key is in the wrong format, which is causing signature verification issues when running apt update.
This is due to the fact that we previously saved this key as a keyring and not as a plain public key, which is accepted on most distributions, including Debian 12, but isn’t on Debian 13.
We are updating our install script to save the key in a public key format and not a keyring file.
In the meantime, if you encounter this issue on an already-installed environment, you can update the local signing key with the following command:
curl -sS "https://keys.openpgp.org/pks/lookup?op=get&options=mr&search=0x3D1A0346C8E1802F774AEF21DE8B853FC155581D" | gpg --dearmor --yes --output /usr/share/keyrings/passbolt-repository.gpg;
To confirm that the new key is in the correct format, you can run file /usr/share/keyrings/passbolt-repository.gpg, which should return something along the lines of OpenPGP Public Key Version 4.
Thank you for your understanding ![]()