8277488: Add expiry exception for Digicert (geotrustglobalca) expiring in May 2022

Backport-of: d3749de47832c6de4bcee9cf64a0b698e796b2f2
This commit is contained in:
Rajan Halade 2022-02-21 15:49:26 +00:00
parent 525f17fe15
commit 36ff9167b2

View File

@ -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
@ -264,6 +264,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]");
}
};