mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
parent
9ba471e210
commit
4e49919d16
@ -891,8 +891,8 @@ normalize_path([Part | Path], Norm) ->
|
||||
-spec get_certfile([proplists:property()]) -> binary() | undefined.
|
||||
get_certfile(Opts) ->
|
||||
case lists:keyfind(certfile, 1, Opts) of
|
||||
{_, _CertFile} ->
|
||||
undefined;
|
||||
{_, CertFile} ->
|
||||
CertFile;
|
||||
false ->
|
||||
case ejabberd_pkix:get_certfile(?MYNAME) of
|
||||
{ok, CertFile} ->
|
||||
|
Loading…
Reference in New Issue
Block a user