Skip to content

Commit 65b215a

Browse files
committed
8259338: Add expiry exception for identrustdstx3 alias to VerifyCACerts.java test
Reviewed-by: shade Backport-of: 54f5ffe
1 parent c61cfb5 commit 65b215a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/jdk/sun/security/lib/cacerts/VerifyCACerts.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,8 @@ public class VerifyCACerts {
264264
add("luxtrustglobalrootca [jdk]");
265265
// Valid until: Wed Mar 17 11:33:33 PDT 2021
266266
add("quovadisrootca [jdk]");
267+
// Valid until: Thu Sep 30 14:01:15 GMT 2021
268+
add("identrustdstx3 [jdk]");
267269
}
268270
};
269271

0 commit comments

Comments
 (0)