Skip to content

Commit

Permalink
Delete expired cacerts
Browse files Browse the repository at this point in the history
  • Loading branch information
mrserb committed Jul 8, 2023
1 parent c2a1c70 commit a3c5c14
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Binary file modified amazon-cacerts
Binary file not shown.
6 changes: 1 addition & 5 deletions test/jdk/sun/security/lib/cacerts/AmazonCACertConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import java.util.Map;

public class AmazonCACertConstants {
public static final int AMAZON_CA_CERT_COUNT = 51;
public static final int AMAZON_CA_CERT_COUNT = 49;
public static final Map<String, String> AMAZON_CA_FINGERPRINT_MAP = new HashMap<>() {
{
put("accvraiz1",
Expand Down Expand Up @@ -59,8 +59,6 @@ public class AmazonCACertConstants {
"0C:2C:D6:3D:F7:80:6F:A3:99:ED:E8:09:11:6B:57:5B:F8:79:89:F0:65:18:F9:80:8C:86:05:03:17:8B:AF:66");
put("e-szignorootca2017",
"BE:B0:0B:30:83:9B:9B:C3:2C:32:E4:44:79:05:95:06:41:F2:64:21:B1:5E:D0:89:19:8B:51:8A:E2:EA:1B:99");
put("e-tugracertificationauthority",
"B0:BF:D5:2B:B0:D7:D9:BD:92:BF:5D:4D:C1:3D:A2:55:C0:2C:54:2F:37:83:65:EA:89:39:11:F5:5E:55:F2:3C");
put("emsigneccrootca-c3",
"BC:4D:80:9B:15:18:9D:78:DB:3E:1D:8C:F4:F9:72:6A:79:5D:A1:64:3C:A5:F1:35:8E:1D:DB:0E:DC:0D:7E:B3");
put("emsigneccrootca-g3",
Expand All @@ -85,8 +83,6 @@ public class AmazonCACertConstants {
"34:D8:A7:3E:E2:08:D9:BC:DB:0D:95:65:20:93:4B:4E:40:E6:94:82:59:6E:8B:6F:73:C8:42:6B:01:0A:6F:48");
put("gtsrootr4",
"34:9D:FA:40:58:C5:E2:63:12:3B:39:8A:E7:95:57:3C:4E:13:13:C8:3F:E6:8F:93:55:6C:D5:E8:03:1B:3C:7D");
put("hongkongpostrootca1",
"F9:E6:7D:33:6C:51:00:2A:C0:54:C6:32:02:2D:66:DD:A2:E7:E3:FF:F1:0A:D0:61:ED:31:D8:BB:B4:10:CF:B2");
put("hongkongpostrootca3",
"5A:2F:C0:3F:0C:83:B0:90:BB:FA:40:60:4B:09:88:44:6C:76:36:18:3D:F9:84:6E:17:10:1A:44:7F:B8:EF:D6");
put("izenpe.com",
Expand Down

0 comments on commit a3c5c14

Please sign in to comment.