WIP cert authorities

This commit is contained in:
2024-06-28 01:05:02 +02:00
parent e0801661eb
commit f4e2bb69b6
8 changed files with 232 additions and 25 deletions

View File

@ -7,4 +7,4 @@ pub fn create_directory_if_missing<P: AsRef<Path>>(path: P) -> anyhow::Result<()
std::fs::create_dir_all(path)?;
}
Ok(())
}
}

View File

@ -1 +1 @@
pub mod files_utils;
pub mod files_utils;