Fix error on cettificate generation in setup_wizard

This commit is contained in:
Sergey Fionov
2026-03-01 08:33:47 +02:00
parent 81fd43f363
commit d2fda1f615
2 changed files with 2 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ toml = "0.7.4"
toml_edit = "0.19.10"
trusttunnel = { version = "0.1", path = "../lib", features = ["rt_doc"] }
x509-parser = "0.15.0"
rustls = "0.23.37"
# ACME/Let's Encrypt support
instant-acme = "0.7"

View File

@@ -59,6 +59,7 @@ pub fn get_predefined_params() -> MutexGuard<'static, PredefinedParameters> {
}
fn main() {
let _ = rustls::crypto::aws_lc_rs::default_provider().install_default();
let args = clap::Command::new("VPN endpoint setup wizard")
.about("Generate configuration files for TrustTunnel endpoint")
.after_help(