This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new 6a3e279ca8 Add missing entries to list of output files
6a3e279ca8 is described below
commit 6a3e279ca852d7af2cdc6792bd25f6723bce2852
Author: Mark Thomas <[email protected]>
AuthorDate: Fri Oct 10 17:28:27 2025 +0100
Add missing entries to list of output files
---
.../apache/tomcat/util/net/ocsp/generate-ocsp-test-artifacts.sh | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git
a/test/org/apache/tomcat/util/net/ocsp/generate-ocsp-test-artifacts.sh
b/test/org/apache/tomcat/util/net/ocsp/generate-ocsp-test-artifacts.sh
index 7b8fd5c76d..889976e628 100755
--- a/test/org/apache/tomcat/util/net/ocsp/generate-ocsp-test-artifacts.sh
+++ b/test/org/apache/tomcat/util/net/ocsp/generate-ocsp-test-artifacts.sh
@@ -21,12 +21,16 @@
#
# Output:
# ca-cert.pem
+# client-keystore.p12
+# client-password
+# ocsp-client-good.der
+# ocsp-client-revoked.der
+# ocsp-good.der
+# ocsp-revoked.der
# server-cert.pem
# server-key.pem
# trustStore.p12
# trust-password
-# ocsp-good.der
-# ocsp-revoked.der
#
# Usage: generate-ocsp-test-artifacts.sh
#
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]