ca: Add support for encrypted private keys

This commit is contained in:
2023-11-04 15:39:25 -05:00
parent ac9681e0c3
commit 3b42be1797
5 changed files with 193 additions and 7 deletions

View File

@@ -12,7 +12,7 @@ jsonwebtoken = { version = "8.3.0", default-features = false }
rand_core = { version = "0.6.4", features = ["getrandom"] }
serde = { version = "1.0.190", features = ["derive"] }
serde_json = "1.0.108"
ssh-key = { version = "0.6.2", features = ["serde", "ed25519", "getrandom"] }
ssh-key = { version = "0.6.2", features = ["serde", "ed25519", "getrandom", "encryption"] }
tokio = { version = "1.33.0", features = ["rt", "macros", "net", "signal", "fs", "io-util"] }
toml = "0.8.6"
tracing = { version = "0.1.40", features = ["log"] }