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:
parent
76b79fba09
commit
cfa0d4d9aa
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue