We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7ef3ac commit 153dc6dCopy full SHA for 153dc6d
test/jdk/sun/security/tools/jarsigner/TsacertOptionTest.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2013, 2020, 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
@@ -103,6 +103,7 @@ void start() throws Throwable {
103
"-alias", CA_KEY_ALIAS,
104
"-keystore", KEYSTORE,
105
"-storepass", PASSWORD,
106
+ "-startdate", "-1M",
107
"-keypass", PASSWORD,
108
"-validity", Integer.toString(VALIDITY),
109
"-infile", "certreq",
0 commit comments