Skip to content
This repository was archived by the owner on Aug 27, 2022. It is now read-only.

Commit 11386e7

Browse files
author
Rajan Halade
committed
8225128: Add exception for expiring DocuSign root to VerifyCACerts test
Reviewed-by: clanger
1 parent 56282f7 commit 11386e7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2017, 2020, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -259,6 +259,8 @@ public class VerifyCACerts {
259259
{
260260
// Valid until: Tue Jul 09 14:40:36 EDT 2019
261261
add("utnuserfirstobjectca [jdk]");
262+
// Valid until: Tue May 26 00:00:00 GMT 2020
263+
add("keynectisrootca [jdk]");
262264
}
263265
};
264266

0 commit comments

Comments
 (0)