Problem:
I have a problem on Ubuntu 24.04 and Foreman 3.11.2. After registering the Ubuntu client in Foreman, when I run the apt update command, I get the following warning:
To register the host on Foreman, I used subscription-manager provided by atix.de
Thank you for your help in removing this warning.
This latter documentation is more up to date, but not Katello specific. For Katello to pick up on the signing service you create, it must be named katello_deb_sign.
I will also bring up internally if we can find some time to document this process properly.
Hi antony and @quba42
I saw this post when i had this issue aswell, it’s the top result when googling the information message, i found a more proper fix and want to post it here as it’s alot easier then is suggested here.
So in short, create a file with some content in: echo tux > /etc/apt/trusted.gpg.d/client.asc
unregister/clean your subscription-manager vm/host and then re-register it. Now your apt update/upgrade will work withoud those messages!