Skip to content

Commit

Permalink
Merge pull request rabbitmq#5910 from TribuneX/docs/extend-auth-backe…
Browse files Browse the repository at this point in the history
…nd-http-docs

Add option for wildcard certificates to auth_backend_http docs
  • Loading branch information
michaelklishin authored Sep 29, 2022
2 parents 342e2ef + cfa0d4d commit 0d6ff1b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions deps/rabbitmq_auth_backend_http/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,11 @@ configure the plugin to use a CA and client certificate/key pair using the `rabb

It is recommended to use TLS for authentication and enable peer verification.

### Wildcard Certificates

If the certificate of your Web Server should be matched against a wildcard certificate in your `cacertfile`, the following option must be added to the `ssl_options`:

{customize_hostname_check, [{match_fun,public_key:pkix_verify_hostname_match_fun(https)}]}

## Debugging

Expand Down

0 comments on commit 0d6ff1b

Please sign in to comment.