Skip to content

Commit 2a2e8a2

Browse files
committed
Added links and made edits to cert renegotiation
1 parent 413de2b commit 2a2e8a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/api-management/self-hosted-gateway-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ The self-hosted gateway is a containerized, functionally-equivalent version of t
4444
The following functionality found in the managed gateways is **not available** in the self-hosted gateways:
4545

4646
- Upstream (backend side) TLS version and cipher management
47-
- Validation of server and client certificates using CA root certificates uploaded to API Management service. To add support for custom CA, add a layer to the self-hosted gateway container image that installs the CA's root certificate.
47+
- Validation of server and client certificates using [CA root certificates](api-management-howto-ca-certificates.md) uploaded to API Management service. To add support for custom CA, add a layer to the self-hosted gateway container image that installs the CA's root certificate.
4848
- Integration with the [Service Fabric](../service-fabric/service-fabric-api-management-overview.md)
4949
- TLS session resumption
50-
- Client certificate negotiation. This means that API consumers must present their certificates as part of the initial TLS handshake. To accomplish that, enable the negotiate client certificate setting when configuring a self-hosted gateway custom hostname.
50+
- Client certificate renegotiation. This means that for [client certificate authentication](api-management-howto-mutual-certificates-for-clients.md) to work API consumers must present their certificates as part of the initial TLS handshake. To ensure that, enable the negotiate client certificate setting when configuring a self-hosted gateway custom hostname.
5151
- Built-in cache. See this [document](api-management-howto-cache-external.md) to learn about using external cache in self-hosted gateways.
5252

5353
## Connectivity to Azure

0 commit comments

Comments
 (0)