Use just the common name from client certs

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2018-08-17 14:19:33 +00:00
parent 7f1ef59465
commit 29c479c291

View file

@ -3,6 +3,7 @@
[
%% We do not want plain TCP, only TLS
{tcp_listeners, []},
{ssl_cert_login_from, common_name},
%% Here goes TLS
{ssl_listeners, [5671]},
{ssl_options, [{cacertfile, "/etc/rabbitmq/ca.crt"},