You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: snippets/general-shared-text/salesforce.mdx
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,8 +39,7 @@
39
39
```
40
40
41
41
To ensure maximum compatibility across Unstructured service offerings, you should give the private key information to Unstructured as
42
-
a single-line string that contains the contents of the downloaded private key file (and not the prviate key file itself).
43
-
This single-line string begins with `—–BEGIN RSA PRIVATE KEY—–` and ends with `—–END RSA PRIVATE KEY—–`.
42
+
a single-line string that contains the contents of the downloaded private key file (and not the prviate key file itself).
44
43
To print this single-line string without line breaks, suitable for copying, you can run one of the following commands from your Terminal or Command Prompt.
45
44
In this command, replace `<path-to-downloaded-key-file>` with the path to the private key file that you generated by following the preceding instructions.
0 commit comments