Skip to content

Commit

Permalink
Fix PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Akila94 committed Mar 7, 2024
1 parent d0a803d commit a14b168
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The ```allow_cert_expiry_validation``` can be set to ```true``` if the certifica
If the ```allow_full_cert_chain_validation``` is set to ```false``` a single client certificate is expected in the request and the revocation validation will be done for that certificate. For this to happen it is required to add the immediate issuer of the client certificate in the server's trust store.
Same as above, the ```allow_cert_expiry_validation``` can be set to ```true``` if the certificate expiry validation is required.

In the instances of custom listener profiles are added, following configuration can be used to configure the custom listenerprofiles.xml file.
In the instances of custom listener profiles are added, following configuration can be used to configure the custom ```<WSO2_APIM_HOME>/repository/resources/security/listenerprofiles.xml``` file.

```
<CertificateRevocationVerifier>
Expand Down

0 comments on commit a14b168

Please sign in to comment.