You need to sign in to do that
Don't have an account?

Get .crt file through Tooling API
I need to get the certificate, I am using :
/services/data/v43.0/tooling/sobjects/Certificate/{objectId}/CertificateChain
Using the REST method above, I do get a body nevertheless I am trying to encode it to have exactly the same content when downloading it from the UI. any suggestions will be apreciaate it.
/services/data/v43.0/tooling/sobjects/Certificate/{objectId}/CertificateChain
Using the REST method above, I do get a body nevertheless I am trying to encode it to have exactly the same content when downloading it from the UI. any suggestions will be apreciaate it.
Hola David, pudiste finalmente obtener el certificado publico a través de la API tooling o metadata? Te agradeceria mucho que me pudieses ayudar.

The Tooling API allows developers to access the Salesforce Metadata API programmatically. With the Tooling API, developers can easily retrieve a .crt file, which is a certificate file used to identify a secure web server. Using the Tooling API in yesmovies app download (https://techgainz.com/yesmovies/), developers can authenticate with the Salesforce Metadata API, retrieve the .crt file, and use it to create an SSL connection with a Salesforce org. This provides developers with a secure connection to the Salesforce Metadata API, ensuring that all data is transmitted securely.