WIP cert authorities
This commit is contained in:
@ -10,4 +10,6 @@ fn main() {
|
||||
|
||||
// Initialize PKI
|
||||
pki::initialize_root_ca().expect("Failed to initialize Root CA!");
|
||||
pki::initialize_web_ca().expect("Failed to initialize web CA!");
|
||||
pki::initialize_devices_ca().expect("Failed to initialize devices CA!");
|
||||
}
|
||||
|
Reference in New Issue
Block a user