add OCSP test
This commit is contained in:
8
tests/ocsptest.sh
Executable file
8
tests/ocsptest.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
TEST=./ocsp_test
|
||||
if [ -e ./ocsp_test.exe ]; then
|
||||
TEST=./ocsp_test.exe
|
||||
fi
|
||||
$TEST www.amazon.com 443
|
||||
$TEST cloudflare.com 443
|
Reference in New Issue
Block a user