We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55e7ecc commit 3e4321dCopy full SHA for 3e4321d
jdk/test/sun/security/tools/jarsigner/TsacertOptionTest.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2013, 2024, Oracle and/or its affiliates. All rights reserved.
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
*
5
* This code is free software; you can redistribute it and/or modify it
@@ -110,6 +110,7 @@ void start() throws Throwable {
110
"-alias", CA_KEY_ALIAS,
111
"-keystore", KEYSTORE,
112
"-storepass", PASSWORD,
113
+ "-startdate", "-1M",
114
"-keypass", PASSWORD,
115
"-validity", Integer.toString(VALIDITY),
116
"-infile", "certreq",
0 commit comments