Skip to content

Commit

Permalink
8277488: Add expiry exception for Digicert (geotrustglobalca) expirin…
Browse files Browse the repository at this point in the history
…g in May 2022

Backport-of: d3749de47832c6de4bcee9cf64a0b698e796b2f2
  • Loading branch information
MBaesken committed Feb 24, 2022
1 parent ffa5ae8 commit 6f9d287
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/jdk/sun/security/lib/cacerts/VerifyCACerts.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2017, 2021, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2017, 2022, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
Expand Down Expand Up @@ -260,6 +260,8 @@ public class VerifyCACerts {
add("luxtrustglobalrootca [jdk]");
// Valid until: Wed Mar 17 11:33:33 PDT 2021
add("quovadisrootca [jdk]");
// Valid until: Sat May 21 04:00:00 GMT 2022
add("geotrustglobalca [jdk]");
}
};

Expand Down

1 comment on commit 6f9d287

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.