Refresh all CRLs

This commit is contained in:
2024-06-28 19:43:33 +02:00
parent 24f8f8f842
commit f4fde9bc46
2 changed files with 26 additions and 5 deletions

View File

@ -16,5 +16,5 @@ fn main() {
pki::initialize_web_ca().expect("Failed to initialize web CA!");
pki::initialize_devices_ca().expect("Failed to initialize devices CA!");
pki::initialize_root_ca_crl().expect("Failed to initialize Root CA!");
pki::refresh_crls().expect("Failed to initialize Root CA!");
}