summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnh Thi Lan Nguyen <lananhnt@outlook.com.vn>2021-12-13 19:55:55 +0700
committermergify-bot <noreply@mergify.com>2021-12-19 11:51:14 +0000
commit731040650471f5ec7c1bb72b539b5c6f137b6b54 (patch)
tree26b64fb8e80cb6a4eae5dee6782cf2a1f62731e8
parent8d501a7f843130640b100a7429617d42d9e05724 (diff)
downloadrabbitmq-server-git-731040650471f5ec7c1bb72b539b5c6f137b6b54.tar.gz
Correct configuration example in README.md
(cherry picked from commit 868443deb07fb89e5dab43debdb30c2493d736e2)
-rw-r--r--deps/rabbitmq_auth_backend_oauth2/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/rabbitmq_auth_backend_oauth2/README.md b/deps/rabbitmq_auth_backend_oauth2/README.md
index 0a0abd97cd..d7e58eb476 100644
--- a/deps/rabbitmq_auth_backend_oauth2/README.md
+++ b/deps/rabbitmq_auth_backend_oauth2/README.md
@@ -176,7 +176,7 @@ auth_oauth2.https.cacertfile = test/config_schema_SUITE_data/certs/cacert.pem
auth_oauth2.https.peer_verification = verify_peer
auth_oauth2.https.depth = 5
auth_oauth2.https.fail_if_no_peer_cert = true
-auth_oauth2.https.wildcard = true
+auth_oauth2.https.hostname_verification = wildcard
auth_oauth2.algorithms.1 = HS256
auth_oauth2.algorithms.2 = RS256
```