diff options
author | Theo Buehler <tb@openbsd.org> | 2026-04-01 19:26:44 -0600 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2024-03-24 21:33:14 -0500 |
commit | f4d349c181308fec4f113e0f193fe0317b1dd30c (patch) | |
tree | 43c6a27b635bac48305cf254722fe315f2022d4b /tests/quictest.bat | |
parent | 836fa1116a8a2ce0ab57547f3852412c9a07f852 (diff) | |
download | portable-f4d349c181308fec4f113e0f193fe0317b1dd30c.tar.gz portable-f4d349c181308fec4f113e0f193fe0317b1dd30c.tar.bz2 portable-f4d349c181308fec4f113e0f193fe0317b1dd30c.zip |
Replace expiring certs with more modern versions
Ref: #1018
Diffstat (limited to 'tests/quictest.bat')
-rw-r--r-- | tests/quictest.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/quictest.bat b/tests/quictest.bat index cfbf2cd..645fc2f 100644 --- a/tests/quictest.bat +++ b/tests/quictest.bat | |||
@@ -6,7 +6,7 @@ set quictest_bin=%1 | |||
6 | set quictest_bin=%quictest_bin:/=\% | 6 | set quictest_bin=%quictest_bin:/=\% |
7 | if not exist %quictest_bin% exit /b 1 | 7 | if not exist %quictest_bin% exit /b 1 |
8 | 8 | ||
9 | %quictest_bin% %srcdir%\server.pem %srcdir%\server.pem %srcdir%\ca.pem | 9 | %quictest_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 | ) |