Add option for wildcard certificates to docs

Matching wildcard certificates with the auth_backend_http plugin requires an additional option. See: https://erlang.org/pipermail/erlang-questions/2019-October/098529.html
This commit is contained in:
Sascha Bleidner 2022-09-29 09:36:56 +02:00 committed by Sascha Bleidner
parent 76b79fba09
commit cfa0d4d9aa
1 changed files with 5 additions and 0 deletions

View File

@ -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