Minor tweaks to output
This commit is contained in:
@@ -14,7 +14,6 @@ pub(crate) fn setup() -> String {
|
||||
|
||||
/// Writes a PEM-encoded string to a file at key_path.
|
||||
pub(crate) fn write(key_path: PathBuf, pem: String) -> Result<(), std::io::Error> {
|
||||
println!("Writing key to: {:?}", key_path);
|
||||
let mut file = File::create(key_path)?;
|
||||
file.write(pem.to_string().as_bytes())?;
|
||||
Ok(())
|
||||
|
||||
Reference in New Issue
Block a user