summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-05-13 07:54:28 +0300
committerLars Wirzenius <liw@liw.fi>2020-05-13 08:57:51 +0300
commitd32125b1bfcd360d70b68a2db5942848ac6c6dcf (patch)
tree678dbdbcf46d2203efef0701bccf7de78c067165 /check
parent3ef0cf4ebff0b2598fd82112c9c6e09ffff9bfa6 (diff)
downloadewww-d32125b1bfcd360d70b68a2db5942848ac6c6dcf.tar.gz
test: create a self-signed certificate for testing
Diffstat (limited to 'check')
-rwxr-xr-xcheck2
1 files changed, 2 insertions, 0 deletions
diff --git a/check b/check
index 8e39fde..8d7e56e 100755
--- a/check
+++ b/check
@@ -40,6 +40,8 @@ then
fi
$hideok cargo test $quiet
+$hideok ./mktestcert test.key test.pem hunter2
+
for md in [^R]*.md
do
$hideok echo "$md ====================================="