How To

Importing Network Certificate

 

The OBIE provided Network Certificate and Key needs to be imported to the machine which will be used via a browser to access our Sandbox APIs. Make sure you have your Network Certificate (certificateFile.pem) file and Private Key (privateKey.key) file.

Firstly, create a .pfx certificate file using OpenSSL. More details on how to create this can be found here. The following steps will cover for macOS and Windows OS.

 

Importing certificates on macOS

The below steps will tell you how to import a certificate on a MAC 

  1. Start by opening Keychain Access which can be found using the Finder 
  2. Within the Keychain Access menu select File > click Import Items

An image showing importing certificate on mac

  1. Browse for your file and select ‘Open’
  2. Browse to and select the .p12 or .pfx file that you have created to import it

An image showing selected certificate in browser

  1. Enter the password that you created when you created your .p12/.pfx file
  2. All done! You have just imported your certificate

 

Importing certificates on Windows OS

The below steps will tell you how to import a certificate on a Windows device.

  1. Access the Certificate Import Wizard via Google Chrome settings. 
  2. Browse to and select the .p12 or .pfx file that you have created and select Next.

An image showing certificate import wizard

  1. Enter the password you entered when you created your certificate in the password field and select Next.

An image showing certificate import wizard

  1. Let the certificate import wizard determine the best place for installation by selecting the radio button highlighted below and then select Next.

An image showing certificate import wizard

  1. Click on Finish

An image of certificate import wizard

  1. All done! You have just imported your certificate