Validating IBM Mobile Foundation archive downloaded from Passport Advantage Archive

improve this page | report issue

Validating IBM Mobile Foundation archive downloaded from Passport Advantage Archive (Optional)

IBM Mobile Foundation package for Red Hat OpenShift Container Platform, which is available in Passport Advantage, is code signed (with Digi Cert) to enforce integrity of the package. A .sig (signature file) and a .pub (RSA public key) file are shipped to the Passport Advantage along with the IBM MobileFirst Platform Foundation V8.0 .tar.gz file of IBM MobileFirst Platform Server on Red Hat OpenShift Container Platform. Customers can validate the integrity of the package by verifying the signature as below.

Package Information as available in Passport Advantage

Package: IBM MobileFirst Platform Foundation V8.0 .tar.gz file of IBM MobileFirst Platform Server on Red Hat OpenShift Container Platform English (Example: eImage Part Number: CC3FDEN)

Signature File: Signature file for IBM MobileFirst Platform Foundation V8.0 .tar.gz file of IBM MobileFirst Platform Server on Red Hat OpenShift Container Platform English (Example: eImage Part Number: CC3FEEN)

RSA Public Key: Public Key file for IBM MobileFirst Platform Foundation V8.0 .tar.gz file of IBM MobileFirst Platform Server on Red Hat OpenShift Container Platform English (eImage Part Number: CC3FFEN)

Steps to verify the signature

  • openssl, download and install the openssl toolkit.
  • Now verify the IBM Mobile Foundation package using the following command.

    openssl dgst -sha256 -verify <PUBLIC_KEY> -signature <SIGNATURE_FILE> <IBM MOBILE FOUNDATION PACKAGE ARCHIVE>
    

    For example,

    openssl dgst -sha256 -verify CC3FFEN.pub -signature CC3FEEN.sig CC3FDEN.tar.gz
    
Inclusive terminology note: The Mobile First Platform team is making changes to support the IBM® initiative to replace racially biased and other discriminatory language in our code and content with more inclusive language. While IBM values the use of inclusive language, terms that are outside of IBM's direct influence are sometimes required for the sake of maintaining user understanding. As other industry leaders join IBM in embracing the use of inclusive language, IBM will continue to update the documentation to reflect those changes.
Last modified on October 30, 2019