Skip to content

Commit

Permalink
Remove the order note from the content. (#4963)
Browse files Browse the repository at this point in the history
* Remove the order note from the content.

* Update the content in 7.0.0 and next.
  • Loading branch information
Malith-19 authored Jan 10, 2025
1 parent 2970d3a commit d9b2a40
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
6 changes: 2 additions & 4 deletions en/identity-server/6.1.0/docs/guides/mfa/x509.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,14 +162,12 @@ Once you have done the above steps, you have the keystore (`localcrt.jks`), trus
!!! note
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.
2. The `clientAuth` attribute causes the Tomcat to require the client with providing a certificate that can be configured as follows.
1. The `clientAuth` attribute causes the Tomcat to require the client with providing a certificate that can be configured as follows.
- `true` : valid client certificate required for a connection to succeed
- `want` : use a certificate if available, but still connect if no certificate is available
- `false` : no client certificate is required or validated
3. The `truststoreFile` attributes specifies the location of the truststore that contains the trusted certificate issuers.
2. The `truststoreFile` attributes specifies the location of the truststore that contains the trusted certificate issuers.
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,14 +172,12 @@ that you need to use later on in this guide.

!!! note

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.

2. The `clientAuth` attribute causes the Tomcat to require the client with providing a certificate that can be configured as follows.
1. The `clientAuth` attribute causes the Tomcat to require the client with providing a certificate that can be configured as follows.
- `true` : valid client certificate required for a connection to succeed
- `want` : use a certificate if available, but still connect if no certificate is available
- `false` : no client certificate is required or validated

3. The `truststoreFile` attributes specifies the location of the truststore that contains the trusted certificate issuers.
2. The `truststoreFile` attributes specifies the location of the truststore that contains the trusted certificate issuers.

## Disable certificate validation

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,14 +172,12 @@ that you need to use later on in this guide.

!!! note

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.

2. The `clientAuth` attribute causes the Tomcat to require the client with providing a certificate that can be configured as follows.
1. The `clientAuth` attribute causes the Tomcat to require the client with providing a certificate that can be configured as follows.
- `true` : valid client certificate required for a connection to succeed
- `want` : use a certificate if available, but still connect if no certificate is available
- `false` : no client certificate is required or validated

3. The `truststoreFile` attributes specifies the location of the truststore that contains the trusted certificate issuers.
2. The `truststoreFile` attributes specifies the location of the truststore that contains the trusted certificate issuers.

## Disable certificate validation

Expand Down

0 comments on commit d9b2a40

Please sign in to comment.