Signed RPM Verification

  1. Export the public key to a file

›_ Console

# gpg --export --armor test@utimaco.com > gpgpub.key 
tmp2frnhvb5.jpg

Exporting the public key to a file

  1. Import the public key

›_ Console

# rpm --import gpgpub.key
tmpe266zcfc.jpg

Importing the public key to rpm db

  1. Verify the signature of the signed rpm

›_ Console

# rpm --checksig <signed_rpm_file>
tmpadd763nj.jpg

Verifying the signed rpm file

  1. Verify the signing information

›_ Console

# rpm -qpi shim-15-8.el7.src.rpm 

Signature field contains the signing information

tmp21ubay1o.jpg

Verifying the signed rpm file signature information

This completes the Integration of GnuPG with Utimaco HSM.