Merge pull request #7997 from thalesmg/fix-dashboard-verify-opt
fix(dashboard): use atom for `verify` tls option in dashboard listener
This commit is contained in:
commit
e8aa53feec
|
@ -83,7 +83,7 @@
|
||||||
]}.
|
]}.
|
||||||
|
|
||||||
{mapping, "dashboard.listener.https.verify", "emqx_dashboard.listeners", [
|
{mapping, "dashboard.listener.https.verify", "emqx_dashboard.listeners", [
|
||||||
{datatype, string}
|
{datatype, atom}
|
||||||
]}.
|
]}.
|
||||||
|
|
||||||
{mapping, "dashboard.listener.https.fail_if_no_peer_cert", "emqx_dashboard.listeners", [
|
{mapping, "dashboard.listener.https.fail_if_no_peer_cert", "emqx_dashboard.listeners", [
|
||||||
|
@ -149,4 +149,3 @@
|
||||||
end
|
end
|
||||||
end, [http, https]))
|
end, [http, https]))
|
||||||
end}.
|
end}.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue