Question

New certificates were provided by Vodafone GIG team to a customer instead of expired ones:

  • fresh.chains.export7.pem.zip - Vodafone GIG ESP Entry point server certificate
  • Prod-Client-Cert.zip - Client Certificate for Vodafone GIG

How to install them?

Answer

The update procedure is as follows:

  1. Import provided certificates via Certificates snap-in (Computer account) to Personal store
  2. Assign Read permissions to the user IIS AppPool\gatewaySiteName for the certificate that will be used as client certificate via Manage Private Keys menu item
  3. Set the following parameters in settings.config file:

    <add key="MOSI_Client_Cert_SubjectName" value="new client certificate for MOSI" />
    <add key="GIG_Server_Cert_SubjectName" value="new server certificate for GIG" />
    <add key="GIG_Client_Cert_SubjectName" value="new client certificate for GIG" />
    
  4. Restart IIS

Internal content