Merge branch 'stable'
This commit is contained in:
commit
e99a9faee0
|
|
@ -10,7 +10,7 @@
|
|||
%%
|
||||
%% The Original Code is RabbitMQ.
|
||||
%%
|
||||
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
|
||||
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
|
||||
%%
|
||||
|
||||
-module(rabbit_trust_store).
|
||||
|
|
@ -250,7 +250,7 @@ update_certs(CertsList, Provider, Config) ->
|
|||
{ok, Cert, IssuerId} ->
|
||||
save_cert(CertId, Provider, IssuerId, Cert, Name);
|
||||
{error, Reason} ->
|
||||
rabbit_log:error("Unable to load CA sertificate ~p"
|
||||
rabbit_log:error("Unable to load CA certificate ~p"
|
||||
" with provider ~p,"
|
||||
" reason: ~p",
|
||||
[CertId, Provider, Reason])
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
%%
|
||||
%% The Original Code is RabbitMQ.
|
||||
%%
|
||||
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
|
||||
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
|
||||
%%
|
||||
|
||||
-module(rabbit_trust_store_app).
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
%%
|
||||
%% The Original Code is RabbitMQ.
|
||||
%%
|
||||
%% Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved.
|
||||
%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved.
|
||||
%%
|
||||
|
||||
-module(rabbit_trust_store_sup).
|
||||
|
|
|
|||
Loading…
Reference in New Issue