Skip to content

Commit f643339

Browse files
committed
Clarify
Signed-off-by: Tom Kerkhove <[email protected]>
1 parent 8df95c6 commit f643339

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

articles/api-management/self-hosted-gateway-migration-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Customer must use the new Configuration API v2 by changing their deployment scri
6666
6767
### Security
6868

69-
#### Available TLS Cipher Suites
69+
#### Available TLS cipher suites
7070

7171
At launch, self-hosted gateway v2.0 only used a subset of the cipher suites that v1.x was using. As of v2.0.4, we have brought back all the cipher suites that v1.x supported.
7272

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

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -158,16 +158,19 @@ When connectivity is restored, each self-hosted gateway affected by the outage w
158158

159159
### Transport Layer Security (TLS)
160160

161-
> [!WARNING]
162-
> This is only applicable to the self-hosted gateway v2.
161+
> [!IMPORTANT]
162+
> This overview is only applicable to the self-hosted gateway v1 & v2.
163163
164-
#### Supported Protocols
164+
#### Supported protocols
165165

166166
The self-hosted gateway provides support for TLS v1.2 by default.
167167

168168
Customers using custom domains can enable TLS v1.0 and/or v1.1 [in the control plane](/rest/api/apimanagement/current-ga/gateway-hostname-configuration/create-or-update).
169169

170-
#### Available Cipher Suites
170+
#### Available cipher suites
171+
172+
> [!IMPORTANT]
173+
> This overview is only applicable to the self-hosted gateway v2.
171174
172175
The self-hosted gateway uses the following cipher suites for both client and server connections:
173176

@@ -202,7 +205,7 @@ The self-hosted gateway uses the following cipher suites for both client and ser
202205
- `TLS_RSA_WITH_AES_256_CBC_SHA`
203206
- `TLS_RSA_WITH_AES_128_CBC_SHA`
204207

205-
#### Managing Cipher Suites
208+
#### Managing cipher suites
206209

207210
As of v2.1.1 and above, you can manage the ciphers that are being used through the configuration:
208211

0 commit comments

Comments
 (0)