Can revoke issued certificates

This commit is contained in:
2024-07-17 18:31:57 +02:00
parent 751e33cb72
commit 717ad5b5e0
3 changed files with 87 additions and 11 deletions

View File

@ -25,6 +25,8 @@ async fn main() -> std::io::Result<()> {
pki::refresh_crls().expect("Failed to initialize Root CA!");
// TODO : schedule CRL auto renewal
// Initialize energy actor
let actor = EnergyActor::new()
.await