mirror of
https://github.com/TrustTunnel/TrustTunnel.git
synced 2026-04-23 19:22:57 +00:00
Fix error on cettificate generation in setup_wizard
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user