Can revoke issued certificates
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user