Skip to content

Commit d9b2a40

Browse files
authored
Remove the order note from the content. (#4963)
* Remove the order note from the content. * Update the content in 7.0.0 and next.
1 parent 2970d3a commit d9b2a40

File tree

3 files changed

+6
-12
lines changed

3 files changed

+6
-12
lines changed

en/identity-server/6.1.0/docs/guides/mfa/x509.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,14 +162,12 @@ Once you have done the above steps, you have the keystore (`localcrt.jks`), trus
162162
163163
!!! note
164164
165-
1. To function properly, this connector should come first in the order. Otherwise, when mutual SSL takes place, the already existing connector (9443) will be picked up and the certificate will not be retrieved correctly.
166-
167-
2. The `clientAuth` attribute causes the Tomcat to require the client with providing a certificate that can be configured as follows.
165+
1. The `clientAuth` attribute causes the Tomcat to require the client with providing a certificate that can be configured as follows.
168166
- `true` : valid client certificate required for a connection to succeed
169167
- `want` : use a certificate if available, but still connect if no certificate is available
170168
- `false` : no client certificate is required or validated
171169
172-
3. The `truststoreFile` attributes specifies the location of the truststore that contains the trusted certificate issuers.
170+
2. The `truststoreFile` attributes specifies the location of the truststore that contains the trusted certificate issuers.
173171
174172
---
175173

en/identity-server/7.0.0/docs/guides/authentication/mfa/add-x509-login.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -172,14 +172,12 @@ that you need to use later on in this guide.
172172

173173
!!! note
174174

175-
1. To function properly, this connector should come first in the order. Otherwise, when mutual SSL takes place, the already existing connector (9443) will be picked up and the certificate will not be retrieved correctly.
176-
177-
2. The `clientAuth` attribute causes the Tomcat to require the client with providing a certificate that can be configured as follows.
175+
1. The `clientAuth` attribute causes the Tomcat to require the client with providing a certificate that can be configured as follows.
178176
- `true` : valid client certificate required for a connection to succeed
179177
- `want` : use a certificate if available, but still connect if no certificate is available
180178
- `false` : no client certificate is required or validated
181179

182-
3. The `truststoreFile` attributes specifies the location of the truststore that contains the trusted certificate issuers.
180+
2. The `truststoreFile` attributes specifies the location of the truststore that contains the trusted certificate issuers.
183181

184182
## Disable certificate validation
185183

en/identity-server/next/docs/guides/authentication/mfa/add-x509-login.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -172,14 +172,12 @@ that you need to use later on in this guide.
172172

173173
!!! note
174174

175-
1. To function properly, this connector should come first in the order. Otherwise, when mutual SSL takes place, the already existing connector (9443) will be picked up and the certificate will not be retrieved correctly.
176-
177-
2. The `clientAuth` attribute causes the Tomcat to require the client with providing a certificate that can be configured as follows.
175+
1. The `clientAuth` attribute causes the Tomcat to require the client with providing a certificate that can be configured as follows.
178176
- `true` : valid client certificate required for a connection to succeed
179177
- `want` : use a certificate if available, but still connect if no certificate is available
180178
- `false` : no client certificate is required or validated
181179

182-
3. The `truststoreFile` attributes specifies the location of the truststore that contains the trusted certificate issuers.
180+
2. The `truststoreFile` attributes specifies the location of the truststore that contains the trusted certificate issuers.
183181

184182
## Disable certificate validation
185183

0 commit comments

Comments
 (0)