Cockpit Software Update fails

when I open cockpit and go to Software Updates
I get a proper check for software updates, after a while I get the message

Checking software status
Refreshing package information

Loading available updates failed

Please resolve the issue and reload this page.

cannot update repo 'rspamd': repomd.xml GPG signature verification error: Bad GPG signature

When I look further at services
I see the message there;

kdump
Crash recovery kernel arming
Failed to start

im not sure what and how to resolve this ‘errors’ / ‘notifications’ ?

I have found this post:
https://github.com/cockpit-project/cockpit/issues/17857
but im not sure if i must run this on my apis system

This will update the GPG key:

upcp -sbf mail/rspamd

This is normal. kexec is disabled. It may be enabled with:

cpcmd scope:set kernel.crashguard true

Note, it’s not useful on resource-constrained systems.

When i run the
upcp -sbf mail/rspamd

PLAY RECAP *****************************************************************************************************************************************************************************************************
localhost                  : ok=251  changed=0    unreachable=0    failed=0    skipped=24   rescued=0    ignored=0

gives still the

Danger alert:Error: cannot update repo 'rspamd': repomd.xml GPG signature verification error: Bad GPG signature

You can import the key directly,

rpmkeys --import https://rspamd.com/rpm/rspamd.asc

If dnf --disablerepo='*' --enablerepo=rspamd list is still reporting errors, try dnf clear all.

^ typo? dnf clean all

Still the same:

cannot update repo 'rspamd': repomd.xml GPG signature verification error: Bad GPG signature

Try blowing out the rspamd repo cache entirely:

dnf clean all
rm -rf /var/cache/dnf/rspamd*

Still no luck :frowning:

Loading available updates failed

Please resolve the issue and reload this page.

cannot update repo 'rspamd': repomd.xml GPG signature verification error: Bad GPG signature