Skip to content

Commit 2adf670

Browse files
committed
ACME: fix duplicate nonce pool entry.
AcmeClient::post already saved nonce value from the newAccount response.
1 parent 7b40dbc commit 2adf670

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/acme.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,6 @@ where
278278
.to_str()?
279279
.to_string();
280280
self.account = Some(key_id);
281-
self.nonce.add_from_response(&res);
282281

283282
Ok(serde_json::from_slice(res.body())?)
284283
}

0 commit comments

Comments
 (0)