fix(cacerts): add `cacerts` back as deprecated to allow upgrading from older versions

See https://github.com/emqx/emqx/issues/11380
This commit is contained in:
Thales Macedo Garitezi 2023-08-08 10:13:13 -03:00
parent 0a2d7fdb53
commit a1ffd0263d
1 changed files with 8 additions and 0 deletions

View File

@ -2017,6 +2017,14 @@ common_ssl_opts_schema(Defaults, Type) ->
desc => ?DESC(common_ssl_opts_schema_cacertfile)
}
)},
{"cacerts",
sc(
boolean(),
#{
default => false,
deprecated => {since, "5.1.4"}
}
)},
{"certfile",
sc(
binary(),