Use SQLITE3 as Server Certificate Database backend

This commit is contained in:
2024-07-14 17:02:59 +02:00
parent 4212e23680
commit 8ecaf9c993
3 changed files with 84 additions and 20 deletions

View File

@@ -27,6 +27,7 @@ rand = "0.8.5"
uuid = { version = "1.7.0", features = ["v4", "serde"] }
rustls-pemfile = "2.0.0"
x509-parser = "0.16.0"
rusqlite = { version = "0.31.0", features = ["bundled"] }
[[bin]]
name = "init_certs"