Skip to content

Commit 066e654

Browse files
committed
log challenges #786
1 parent cc774fe commit 066e654

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

server/src/https.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,8 @@ pub async fn request_cert(config: &crate::config::Config) -> AtomicServerResult<
284284
}
285285

286286
// Let the server know we're ready to accept the challenges.
287-
for (_, url) in &challenges {
287+
for (a, url) in &challenges {
288+
info!("Setting challenge ready for {} at {}", a, url);
288289
order.set_challenge_ready(url).await.unwrap();
289290
}
290291

0 commit comments

Comments
 (0)