doc/create_cert.sh

Thu, 19 Feb 2026 17:05:46 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Thu, 19 Feb 2026 17:05:46 +0100
changeset 686
9adf57ddcd0f
parent 129
fd324464f56f
permissions
-rw-r--r--

fix header iteration in client_read_response_header and add more tests

#!/bin/sh

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

mercurial