aboutsummaryrefslogtreecommitdiff
path: root/src/config.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.rs')
-rw-r--r--src/config.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/config.rs b/src/config.rs
index 6af9c26..8b9cd3d 100644
--- a/src/config.rs
+++ b/src/config.rs
@@ -296,11 +296,6 @@ impl Config {
.as_ref()
.and(tls_config.pkcs12_password.as_ref())
.ok_or_else(|| anyhow!("Missing `pkcs12` or `pkcs12_password`"))?;
- } else {
- tls_config
- .trusted_root
- .as_ref()
- .ok_or_else(|| anyhow!("Missing `trusted_root`"))?;
}
Ok(())
}