diff options
author | Theo Buehler <tb@openbsd.org> | 2026-04-01 19:26:44 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2026-04-01 19:26:44 -0600 |
commit | 86e4965d7f20c3a6afc41d95590c9f6abb4fe788 (patch) | |
tree | dc33598b076c5e651a110ba5b986c111e4d7ee4c /tests/shutdowntest.bat | |
parent | 55f21a399f56695990d5495384146b55a5e56823 (diff) | |
download | portable-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.bat | 2 |
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 | |||
6 | set shutdowntest_bin=%shutdowntest_bin:/=\% | 6 | set shutdowntest_bin=%shutdowntest_bin:/=\% |
7 | if not exist %shutdowntest_bin% exit /b 1 | 7 | if 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 |
10 | if !errorlevel! neq 0 ( | 10 | if !errorlevel! neq 0 ( |
11 | exit /b 1 | 11 | exit /b 1 |
12 | ) | 12 | ) |