We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c5970d commit e8a127bCopy full SHA for e8a127b
examples/rsa-irc.rs
@@ -31,7 +31,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
31
let hash_hex :String = hash.as_ref().iter()
32
.map(|b| format!("{:02x}", b))
33
.collect();
34
- println!("sha-512 fingerprint: {hash_tex}");
+ println!("sha-512 fingerprint: {hash_hex}");
35
println!("{pem_serialized}");
36
println!("{}", cert.serialize_private_key_pem());
37
std::fs::create_dir_all("certs/")?;
0 commit comments