mirror of
https://github.com/openjdk/jdk18u.git
synced 2025-12-10 00:37:05 -06:00
8277488: Add expiry exception for Digicert (geotrustglobalca) expiring in May 2022
Backport-of: d3749de47832c6de4bcee9cf64a0b698e796b2f2
This commit is contained in:
parent
525f17fe15
commit
36ff9167b2
@ -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]");
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user