Loading

How to retrieve your company's certificate from Partner Manager

Julkaisupäivä: Jul 22, 2025
Tehtävä

GOAL

As it is not implemented a feature to get the certificate uploaded to Partner Manager, this article explains how to obtain it.
Vaiheet
If you want to retrieve the existing certificate, you can use Firefox / Chrome's developer tools to intercept the API response when you click on the certificate that has certificate in Base64 encoding. 
These are the steps that to retrieve the certificate: 
  1. Select "YOUR COMPANY" from the list of Trading partners 
  2. Click Inspect > Network in Google Chrome or Inspect Element > Network in Firefox 
  3. Click on the certificate link, check the network for the response that would be in below format 
{ 
  "id": "00000000-0000-0000-0000-000000000000", 
  "name": "<Name>", 
  "certificateName": "<Cert_Name>", 
  "certificateThumbprint": "<Thumb_Print>", 
  "certificateExpiration": "<Expiration_Date>", 
  "certificate": "<Certificate_Stored_Base64_Encoding>" 
}
User-added image
  1. Extract the content of "certificate" and save it in a file, e.g.,:-server.txt 
  2. Convert the text contents of the file, for example executing the below command:
$ cat server.txt | base64 --decode > server.cer
If you don't have this feature installed then you can use other online tools to decode base64 encoded text 
  1. Open server.cer that will have cert information. 
Knowledge-artikkelin numero

001114903

 
Ladataan
Salesforce Help | Article