We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Can ACC rpm package for Linux be signed by RPM?

Smallknife
Tera Expert

Hi all

New to ServiceNow I have an issue on the ACC rpm package for Linux according to the documentation here: 

https://access.redhat.com/articles/3359321

The command 

rpm -qpi agent-client-collector-4.2.1-x86_64.rpm
shows

Signature   : (none)

Is there a possibility to sign the rpm package for linux according to the doc above?

Many thanks for your support.

KR Urs



6 REPLIES 6

Clay Smith
ServiceNow Employee

Hello, RPM signatures for ACC packages are detached (not packaged inside the *.rpm file) and available as a separate download on the downloads page under "RPM signatures".
Detached signatures can be verified with the gpg command tool using `gpg --verify`.

Hello Clay
Thanks for your reply.
You describe the standard procedure to verify the signature of the RPM file from ServiceNow.
What I'm looking for is a signed RPM package and not via an additional key file.

We raised a case at ServiceNow (CS7965060) from more than a year and do not have a solution yet.

To sign an RPM package correctly it takes not a minute ... so we wonder why it takes so long to offer a state of the art signed software package.

KR Urs