doc/create_cert.sh

Sat, 21 Feb 2026 14:40:03 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sat, 21 Feb 2026 14:40:03 +0100
changeset 692
32faa1d6a744
parent 129
fd324464f56f
permissions
-rw-r--r--

add httpclient response write error tests

#!/bin/sh

openssl req -nodes -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 365

mercurial