WIP cert authorities

This commit is contained in:
2024-06-28 01:05:02 +02:00
parent e0801661eb
commit f4e2bb69b6
8 changed files with 232 additions and 25 deletions

View File

@ -10,4 +10,5 @@ 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" }
openssl = { version = "0.10.64" }
asn1 = "0.16"