Skip to content

Commit 9a1b642

Browse files
Merge pull request #5069 from Sachin-Mamoru/fix-doc-curl
Fixed x509 validator disable curl
2 parents 2dc171a + 672eff4 commit 9a1b642

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

en/includes/guides/authentication/mfa/add-x509-login.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ If {{product_name}} is already started, use the [Certificate Validation Manageme
242242
=== "Sample request"
243243

244244
```
245-
curl -k -X POST https://localhost:9443api/server/v1/certificate-validation/revocation-validators/{validator-name}v\
245+
curl -k -X PUT https://localhost:9443/t/{tenant-domain}/api/server/v1/certificate-validation/revocation-validators/{validator-name}\
246246
-H "accept: application/json" \
247247
-H 'Content-Type: application/json' \
248248
-H 'Authorization: Basic YWRtaW46YWRtaW4=' \
@@ -390,4 +390,4 @@ Try to login to the application you have configured. You will be prompted to sen
390390

391391
![send-certificate](../../../assets/img/guides/authentication/mfa/certificate-send.png){: width="600" style="display: block; margin: 0; border: 0.3px solid lightgrey;"}
392392

393-
Once the authentication is successful, you will be redirected to the configured callback location of the application.
393+
Once the authentication is successful, you will be redirected to the configured callback location of the application.

0 commit comments

Comments
 (0)