From 8b6c4aa4f8563a6a32556c3a104135b7abdd728b Mon Sep 17 00:00:00 2001 From: Paul-Cornell Date: Tue, 17 Dec 2024 13:54:30 -0800 Subject: [PATCH] Update salesforce-platform.mdx Private key (PEM) files no longer must include `RSA`, so removing that part. --- snippets/general-shared-text/salesforce-platform.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/general-shared-text/salesforce-platform.mdx b/snippets/general-shared-text/salesforce-platform.mdx index f771ce87..fd9629d9 100644 --- a/snippets/general-shared-text/salesforce-platform.mdx +++ b/snippets/general-shared-text/salesforce-platform.mdx @@ -5,4 +5,4 @@ Fill in the following fields: - **Salesforce categories**: A comma-separated list of the Salesforce categories to access. Available categories include `Account`, `Campaign`, `Case`, `EmailMessage`, and `Lead`. - **Consumer key** (_required_): The consumer key (client ID) for the target Salesforce connected app. -- **Private key (PEM)** (_required_): The private key (PEM) associated with the consumer key for the Salesforce connected app. The PEM is a string that begins with `—–BEGIN RSA PRIVATE KEY—–` and ends with `—–END RSA PRIVATE KEY—–`. \ No newline at end of file +- **Private key (PEM)** (_required_): The private key (PEM) associated with the consumer key for the Salesforce connected app. The PEM must be expressed as a single-line string.