Skip to content

Commit 1a0335f

Browse files
djccomplexspaces
authored andcommitted
Update letsencrypt.org test certificates
1 parent 8248b9f commit 1a0335f

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

rustls-platform-verifier/src/tests/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ pub fn assert_cert_error_eq<E: StdError + PartialEq + 'static>(
5858
/// we know the test certificates are valid. This must be updated if the mock certificates
5959
/// are regenerated.
6060
pub(crate) fn verification_time() -> pki_types::UnixTime {
61-
// Thur, 06 Feb 2025 13:54:00 UTC
62-
pki_types::UnixTime::since_unix_epoch(Duration::from_secs(1_738_850_040))
61+
// Fri, 30 May 2025 21:27:00 UTC
62+
pki_types::UnixTime::since_unix_epoch(Duration::from_secs(1_748_633_220))
6363
}
6464

6565
fn ensure_global_state() {

0 commit comments

Comments
 (0)