diff --git a/acmed/src/storage.rs b/acmed/src/storage.rs index 6f17005..a02f9bd 100644 --- a/acmed/src/storage.rs +++ b/acmed/src/storage.rs @@ -100,7 +100,7 @@ fn get_file_full_path( FileType::Account => format!( "{account}.{file_type}.{ext}", account = b64_encode(&fm.account_name), - file_type = file_type.to_string(), + file_type = file_type, ext = "bin" ), FileType::PrivateKey | FileType::Certificate => {