Skip to content

Commit d6ee857

Browse files
authored
Merge pull request #185087 from lrtoyou1223/shirbranch15
Add link to TLS tutorial
2 parents 702c067 + c265b6a commit d6ee857

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

articles/data-factory/create-self-hosted-integration-runtime.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -271,13 +271,7 @@ When the processor and available RAM aren't well utilized, but the execution of
271271
272272
### TLS/SSL certificate requirements
273273
274-
Here are the requirements for the TLS/SSL certificate that you use to secure communication between integration runtime nodes:
275-
276-
- The certificate must be a publicly trusted X509 v3 certificate. We recommend that you use certificates that are issued by a public partner certification authority (CA).
277-
- Each integration runtime node must trust this certificate.
278-
- We don't recommend Subject Alternative Name (SAN) certificates because only the last SAN item is used. All other SAN items are ignored. For example, if you have a SAN certificate whose SANs are **node1.domain.contoso.com** and **node2.domain.contoso.com**, you can use this certificate only on a machine whose fully qualified domain name (FQDN) is **node2.domain.contoso.com**.
279-
- The certificate can use any key size supported by Windows Server 2012 R2 for TLS/SSL certificates.
280-
- Certificates that use CNG keys aren't supported.
274+
If you want to enable remote access from intranet with TLS/SSL certificate (Advanced) to secure communication between integration runtime nodes, you can follow steps in [Enable remote access from intranet with TLS/SSL certificate](tutorial-enable-remote-access-intranet-tls-ssl-certificate.md).
281275
282276
> [!NOTE]
283277
> This certificate is used:

0 commit comments

Comments
 (0)