Automatically regenerate CRLs at regular interval

This commit is contained in:
2024-07-17 18:44:09 +02:00
parent 717ad5b5e0
commit 37406faa32
3 changed files with 125 additions and 5 deletions

View File

@ -29,4 +29,6 @@ actix-remote-ip = "0.1.0"
futures-util = "0.3.30"
uuid = { version = "1.9.1", features = ["v4", "serde"] }
semver = { version = "1.0.23", features = ["serde"] }
lazy-regex = "3.1.0"
lazy-regex = "3.1.0"
tokio = { version = "1.38.1", features = ["full"] }
tokio_schedule = "0.3.2"