Generate Root CA

This commit is contained in:
2024-06-27 18:55:09 +02:00
commit e0801661eb
9 changed files with 620 additions and 0 deletions

View File

@ -0,0 +1,13 @@
[package]
name = "central_backend"
version = "0.1.0"
edition = "2021"
[dependencies]
log = "0.4.21"
env_logger = "0.11.3"
lazy_static = "1.5.0"
clap = { version = "4.5.7", features = ["derive", "env"] }
anyhow = "1.0.86"
thiserror = "1.0.61"
openssl = { version = "0.10.64" }