diff --git a/src/order/auth.rs b/src/order/auth.rs index cd75cc8..8892cdf 100644 --- a/src/order/auth.rs +++ b/src/order/auth.rs @@ -79,7 +79,7 @@ impl Auth { /// }; /// /// let mut file = File::create(&path)?; - /// file.write_all(challenge.http_proof()?)?; + /// file.write_all(challenge.http_proof()?.as_bytes())?; /// challenge.validate(Duration::from_millis(5000)).await?; /// /// Ok(())