aboutsummaryrefslogtreecommitdiff
path: root/tests/shutdowntest.bat
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2026-04-01 19:26:44 -0600
committerTheo Buehler <tb@openbsd.org>2026-04-01 19:26:44 -0600
commit86e4965d7f20c3a6afc41d95590c9f6abb4fe788 (patch)
treedc33598b076c5e651a110ba5b986c111e4d7ee4c /tests/shutdowntest.bat
parent55f21a399f56695990d5495384146b55a5e56823 (diff)
downloadportable-86e4965d7f20c3a6afc41d95590c9f6abb4fe788.tar.gz
portable-86e4965d7f20c3a6afc41d95590c9f6abb4fe788.tar.bz2
portable-86e4965d7f20c3a6afc41d95590c9f6abb4fe788.zip
Replace expiring certs with more modern versions
Ref: #1018
Diffstat (limited to 'tests/shutdowntest.bat')
-rw-r--r--tests/shutdowntest.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/shutdowntest.bat b/tests/shutdowntest.bat
index 46db6e8..f087dbb 100644
--- a/tests/shutdowntest.bat
+++ b/tests/shutdowntest.bat
@@ -6,7 +6,7 @@ set shutdowntest_bin=%1
6set shutdowntest_bin=%shutdowntest_bin:/=\% 6set shutdowntest_bin=%shutdowntest_bin:/=\%
7if not exist %shutdowntest_bin% exit /b 1 7if not exist %shutdowntest_bin% exit /b 1
8 8
9%shutdowntest_bin% %srcdir%\server.pem %srcdir%\server.pem %srcdir%\ca.pem 9%shutdowntest_bin% %srcdir%\server1-rsa.pem %srcdir%\server1-rsa-chain.pem %srcdir%\ca-root-rsa.pem
10if !errorlevel! neq 0 ( 10if !errorlevel! neq 0 (
11 exit /b 1 11 exit /b 1
12) 12)