mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-04-07 11:26:45 +00:00
Use trust_store instead of ca_path for mqtt integration. (#47)
This commit is contained in:
parent
4282d3aedc
commit
601d3f9aa1
@ -113,7 +113,7 @@ impl<'a> Integration<'a> {
|
||||
|
||||
if !conf.ca_cert.is_empty() {
|
||||
ssl_opts_b
|
||||
.ca_path(&conf.ca_cert)
|
||||
.trust_store(&conf.ca_cert)
|
||||
.context("Failed to set gateway ca_cert")?;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user