aboutsummaryrefslogtreecommitdiff
path: root/src/config.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.rs')
-rw-r--r--src/config.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.rs b/src/config.rs
index 6a22657..a6f7d1b 100644
--- a/src/config.rs
+++ b/src/config.rs
@@ -61,6 +61,7 @@ pub struct HttpsConfig {
pub bind: Vec<SocketAddr>,
#[serde(deserialize_with = "seq_or_not")]
pub cert_path: Vec<PathBuf>,
+ pub cert_fallback: Option<PathBuf>,
}
// try deser Vec<T> but fall back to deser T and putting that in Vec