feat: issue certificate success

This commit is contained in:
2024-03-30 11:07:17 +08:00
parent 7281637722
commit 4aaec3aa95
5 changed files with 368 additions and 66 deletions

View File

@@ -16,3 +16,7 @@ structopt = "0.3"
base64 = "0.22"
rcgen = { version = "0.12", features = ["zeroize", "x509-parser"] }
time = "0.3"
p256 = "0.13.2"
p384 = "0.13.0"
p521 = "0.13.3"
once_cell = "1.19.0"