Use just the common name from client certs
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
7f1ef59465
commit
29c479c291
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
[
|
[
|
||||||
%% We do not want plain TCP, only TLS
|
%% We do not want plain TCP, only TLS
|
||||||
{tcp_listeners, []},
|
{tcp_listeners, []},
|
||||||
|
{ssl_cert_login_from, common_name},
|
||||||
%% Here goes TLS
|
%% Here goes TLS
|
||||||
{ssl_listeners, [5671]},
|
{ssl_listeners, [5671]},
|
||||||
{ssl_options, [{cacertfile, "/etc/rabbitmq/ca.crt"},
|
{ssl_options, [{cacertfile, "/etc/rabbitmq/ca.crt"},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue