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: articles/logic-apps/logic-apps-enterprise-integration-certificates.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,11 +24,11 @@ Business-to-business (B2B) integrations often exchange messages with sensitive d
24
24
- Encrypt or decrypt messages so only the intended partner can read them.
25
25
- Digitally sign messages so the receiver can verify the sender.
26
26
27
-
This guide shows how to add certficates and set up agreements to specify the certficates for B2B actions to use. For AS2 messages, the agreement settings control the certificates that AS2 actions automatically use. Your workflow actions doesn't have to do anything else to use certificates.
27
+
This guide shows how to add certificates and set up agreements to specify the certificates for B2B actions to use. For AS2 messages, the agreement settings control the certificates that AS2 actions automatically use. Your workflow actions don't have to do anything else to use certificates.
28
28
29
29
> [!NOTE]
30
30
>
31
-
> The AS2 pipeline handles security, certificates, and nonrepudiation, and the AS2 protocol requires encryption and digital signatures. For AS2 messages, you set up certificates at the agreement level. AS2 agreements have **Send Settings** and **Receive Settings** that expose certficate settings for this purpose. For more information, see [Reference for AS2 message settings in Azure Logic Apps](logic-apps-enterprise-integration-as2-message-settings.md).
31
+
> The AS2 pipeline handles security, certificates, and nonrepudiation, and the AS2 protocol requires encryption and digital signatures. For AS2 messages, you set up certificates at the agreement level. AS2 agreements have **Send Settings** and **Receive Settings** that expose certificate settings for this purpose. For more information, see [Reference for AS2 message settings in Azure Logic Apps](logic-apps-enterprise-integration-as2-message-settings.md).
32
32
>
33
33
> Other pipelines and protocols such as X12, EDIFACT, and RosettaNet handle security at other levels, for example, at the transport or adapter level. These agreements have **Send Settings** and **Receive Settings** that expose settings to define the message format, structure, and processing rules. EDI pipelines such as X12 and EDIFACT handle parsing, validation, and acknowledgments. For more information, see:
34
34
>
@@ -60,7 +60,7 @@ This guide shows how to add certficates and set up agreements to specify the cer
60
60
61
61
| Type | Description |
62
62
|------|-------------|
63
-
|[Private or *self-signed* certificate](https://en.wikipedia.org/wiki/Self-signed_certificate)| A certificate (.pfx) file that you create to handle the following tasks for your organization: <br><br>- Decrypt the messages that your partner sends you. <br>- Digitally sign the messages that you send to your partner. <br><br>This certificate requires that you add a correspondng private key to a key vault in Azure for decrypting and signing your messages. For more information, continue reading for the relevant prerequisites. |
63
+
|[Private or *self-signed* certificate](https://en.wikipedia.org/wiki/Self-signed_certificate)| A certificate (.pfx) file that you create to handle the following tasks for your organization: <br><br>- Decrypt the messages that your partner sends you. <br>- Digitally sign the messages that you send to your partner. <br><br>This certificate requires that you add a corresponding private key to a key vault in Azure for decrypting and signing your messages. For more information, continue reading for the relevant prerequisites. |
64
64
|[Public certificate](https://en.wikipedia.org/wiki/Public_key_certificate)| A certificate (.cer) file to handle the following tasks for your guest partner: <br><br>- Encrypt the messages that you send to your partner. <br>- Validate the digital signature on the messages your partner sends to you. <br><br>You can purchase these certificates from a public internet [certificate authority (CA)](https://en.wikipedia.org/wiki/Certificate_authority). Partner certificates don't require private keys, so you can use public-only certificates for this purpose. |
65
65
66
66
For private certificates, complete the following requirements:
0 commit comments